Html Css Color HEX #CC900C Dark Goldenrod

📋 copy color: '#CC900C'

red 204 ◦ green 144 ◦ blue 12

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

Shades of Dark Goldenrod #CC900C

Tints of Dark Goldenrod #CC900C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.33%

R = 56.67%
G = 40%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#CC900C (or 0xCC900C) is known color: Dark Goldenrod. HEX triplet: CC, 90 and 0C. RGB value is (204,144,12). Sum of RGB (Red+Green+Blue) = 204+144+12=360 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.67% from 360); Green value is 144 (56.64% from 255 or 40% from 360); Blue value is 12 (5.08% from 255 or 3.33% from 360); Max value from RGB is 204 - color contains mainly: red. Hex color #CC900C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC900C is #336FF3. Grayscale: #939393. Windows color (decimal): -3370996 or 823500. OLE color: 823500.

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

Color convert

RGB 204 144 12 -
CMYK 0 0.29 0.94 0.2
HSL 41.25º 0.89% 0.42% -
HSV(B) 41.25º 0.94% 0.8% -
XYZ 34.94 32.81 4.84 -
YUV 146.89 51.88 168.73 -
System Red Green Blue C M Y K H S L
Decimal 204 144 12 0 0.29 0.94 0.2 41.25 0.89 0.42
Hex CC 90 C 0 1D 5E 14 29 59 2A
Octal 314 220 14 0 35 136 24 51 131 52
Binary 11001100 10010000 1100 0 11101 1011110 10100 101001 1011001 101010

Color Harmonies of #CC900C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC900C

Black with #CC900C

Text Example


Text Example

White with #CC900C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC900C; }

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

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

background-color css

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

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

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

border-color css

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

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

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