Html Css Color HEX #CC9509 Dark Goldenrod

📋 copy color: '#CC9509'

red 204 ◦ green 149 ◦ blue 9

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

Shades of Dark Goldenrod #CC9509

Tints of Dark Goldenrod #CC9509

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.16%

 BLUE value IS 9 (3.91% from 255) = 2.49%

R = 56.35%
G = 41.16%
B = 2.49%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#CC9509 (or 0xCC9509) is known color: Dark Goldenrod. HEX triplet: CC, 95 and 09. RGB value is (204,149,9). Sum of RGB (Red+Green+Blue) = 204+149+9=362 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.35% from 362); Green value is 149 (58.59% from 255 or 41.16% from 362); Blue value is 9 (3.91% from 255 or 2.49% from 362); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9509 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC9509 is #336AF6. Grayscale: #969696. Windows color (decimal): -3369719 or 628172. OLE color: 628172.

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

Color convert

RGB 204 149 9 -
CMYK 0 0.27 0.96 0.2
HSL 43.08º 0.92% 0.42% -
HSV(B) 43.08º 0.96% 0.8% -
XYZ 35.7 34.35 5.01 -
YUV 149.49 48.72 166.88 -
System Red Green Blue C M Y K H S L
Decimal 204 149 9 0 0.27 0.96 0.2 43.08 0.92 0.42
Hex CC 95 9 0 1B 60 14 2B 5C 2A
Octal 314 225 11 0 33 140 24 53 134 52
Binary 11001100 10010101 1001 0 11011 1100000 10100 101011 1011100 101010

Color Harmonies of #CC9509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9509

Black with #CC9509

Text Example


Text Example

White with #CC9509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9509; }

 p { color: rgb(204,149,9); }

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

background-color css

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

 a { background-color: rgb(204,149,9); }

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

border-color css

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

 span { border-color: rgb(204,149,9); }

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