#CC900E

Color #CC900E Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #CC900E

Tints of Dark Goldenrod #CC900E

Color information

#CC900E (or 0xCC900E) is unknown color: approx Dark Goldenrod. HEX triplet: CC, 90 and 0E. RGB value is (204,144,14). Sum of RGB (Red+Green+Blue) = 204+144+14=362 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.35% from 362); Green value is 144 (56.64% from 255 or 39.78% from 362); Blue value is 14 (5.86% from 255 or 3.87% from 362); Max value from RGB is 204 - color contains mainly: red. Hex color #CC900E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC900E is #336FF1. Grayscale: #939393. Windows color (decimal): -3370994 or 954572. OLE color: 954572.

HSL color Cylindrical-coordinate representation of color #CC900E: hue angle of 41.05º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CC900E is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.2.

Color convert

RGB20414414-
CMYK00.290.930.2
HSL41.05º87.16%42.75%-
HSV(B)41.05º93.14%80%-
XYZ34.9532.824.91-
YUV147.1252.88168.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 56.35%
GREEN value IS 144 (56.64% from 255) = 39.78%
BLUE value IS 14 (5.86% from 255) = 3.87%
R=56.35%
G=39.78%
B=3.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.93
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041441400.290.930.241.0587.1642.75
HexCC90E01D5D1429572b
Octal31422016035135245112753
Binary110011001001000011100111011011101101001010011010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC900E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC900E; }

 p { color: rgb(204,144,14); }

 H1.HeaderClassName
 {
   color: #CC900E;
 }
 .AnyTagClassName
 {
   color: #CC900E;
 }
</style>
background-color css

<style>
 a { background-color: #CC900E; }

 a { background-color: rgb(204,144,14); }

 div.DivClassName
 {
   background-color: #CC900E;
 }
 .BgClassName
 {
   background-color: #CC900E;
 }
</style>
border-color css

<style>
 span { border-color: #CC900E; }

 span { border-color: rgb(204,144,14); }

 td.TdClassName
 {
   border-color: #CC900E;
 }
 .TagClassName
 {
   border-color: #CC900E;
 }
</style>