Html Css Color HEX #CC900F Dark Goldenrod

📋 copy color: '#CC900F'

red 204 ◦ green 144 ◦ blue 15

#CC900F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Goldenrod #CC900F

Tints of Dark Goldenrod #CC900F

RGB

 RED value IS 204 (80.08% from 255) = 56.2%

 GREEN value IS 144 (56.64% from 255) = 39.67%

 BLUE value IS 15 (6.25% from 255) = 4.13%

R = 56.2%
G = 39.67%
B = 4.13%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.93

 K value IS 0.2

RGB Variations

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

Color information

#CC900F (or 0xCC900F) is known color: Dark Goldenrod. HEX triplet: CC, 90 and 0F. RGB value is (204,144,15). Sum of RGB (Red+Green+Blue) = 204+144+15=363 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.20% from 363); Green value is 144 (56.64% from 255 or 39.67% from 363); Blue value is 15 (6.25% from 255 or 4.13% from 363); Max value from RGB is 204 - color contains mainly: red. Hex color #CC900F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC900F is #336FF0. Grayscale: #939393. Windows color (decimal): -3370993 or 1020108. OLE color: 1020108.

HSL color Cylindrical-coordinate representation of color #CC900F: hue angle of 40.95º degrees, saturation: 0.86, 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 #CC900F is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 144 15 -
CMYK 0 0.29 0.93 0.2
HSL 40.95º 0.86% 0.43% -
HSV(B) 40.95º 0.93% 0.8% -
XYZ 34.96 32.82 4.94 -
YUV 147.23 53.38 168.49 -
System Red Green Blue C M Y K H S L
Decimal 204 144 15 0 0.29 0.93 0.2 40.95 0.86 0.43
Hex CC 90 F 0 1D 5D 14 29 56 2B
Octal 314 220 17 0 35 135 24 51 126 53
Binary 11001100 10010000 1111 0 11101 1011101 10100 101001 1010110 101011

Color Harmonies of #CC900F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC900F

Black with #CC900F

Text Example


Text Example

White with #CC900F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC900F; }

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

 H1.HeaderClassName
 {
   color: #CC900F;
 }
 .AnyTagClassName
 {
   color: #CC900F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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