Html Css Color HEX #CC9010 Dark Goldenrod

📋 copy color: '#CC9010'

red 204 ◦ green 144 ◦ blue 16

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

Shades of Dark Goldenrod #CC9010

Tints of Dark Goldenrod #CC9010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.4%

R = 56.04%
G = 39.56%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.92

 K value IS 0.2

RGB Variations

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

Color information

#CC9010 (or 0xCC9010) is known color: Dark Goldenrod. HEX triplet: CC, 90 and 10. RGB value is (204,144,16). Sum of RGB (Red+Green+Blue) = 204+144+16=364 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.04% from 364); Green value is 144 (56.64% from 255 or 39.56% from 364); Blue value is 16 (6.64% from 255 or 4.40% from 364); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9010 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC9010 is #336FEF. Grayscale: #939393. Windows color (decimal): -3370992 or 1085644. OLE color: 1085644.

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

Color convert

RGB 204 144 16 -
CMYK 0 0.29 0.92 0.2
HSL 40.85º 0.85% 0.43% -
HSV(B) 40.85º 0.92% 0.8% -
XYZ 34.97 32.82 4.98 -
YUV 147.35 53.88 168.41 -
System Red Green Blue C M Y K H S L
Decimal 204 144 16 0 0.29 0.92 0.2 40.85 0.85 0.43
Hex CC 90 10 0 1D 5C 14 29 55 2B
Octal 314 220 20 0 35 134 24 51 125 53
Binary 11001100 10010000 10000 0 11101 1011100 10100 101001 1010101 101011

Color Harmonies of #CC9010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9010

Black with #CC9010

Text Example


Text Example

White with #CC9010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9010; }

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

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

background-color css

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

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

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

border-color css

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

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

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