Html Css Color HEX #CC9508 Dark Goldenrod

📋 copy color: '#CC9508'

red 204 ◦ green 149 ◦ blue 8

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

Shades of Dark Goldenrod #CC9508

Tints of Dark Goldenrod #CC9508

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.22%

R = 56.51%
G = 41.27%
B = 2.22%

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

#CC9508 (or 0xCC9508) is known color: Dark Goldenrod. HEX triplet: CC, 95 and 08. RGB value is (204,149,8). Sum of RGB (Red+Green+Blue) = 204+149+8=361 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.51% from 361); Green value is 149 (58.59% from 255 or 41.27% from 361); Blue value is 8 (3.52% from 255 or 2.22% from 361); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9508 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC9508 is #336AF7. Grayscale: #959595. Windows color (decimal): -3369720 or 562636. OLE color: 562636.

HSL color Cylindrical-coordinate representation of color #CC9508: hue angle of 43.16º 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 #CC9508 is Cyan = 0, Magento = 0.27, Yellow = 0.96 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 149 8 -
CMYK 0 0.27 0.96 0.2
HSL 43.16º 0.92% 0.42% -
HSV(B) 43.16º 0.96% 0.8% -
XYZ 35.69 34.35 4.98 -
YUV 149.37 48.22 166.96 -
System Red Green Blue C M Y K H S L
Decimal 204 149 8 0 0.27 0.96 0.2 43.16 0.92 0.42
Hex CC 95 8 0 1B 60 14 2B 5C 2A
Octal 314 225 10 0 33 140 24 53 134 52
Binary 11001100 10010101 1000 0 11011 1100000 10100 101011 1011100 101010

Color Harmonies of #CC9508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9508

Black with #CC9508

Text Example


Text Example

White with #CC9508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9508; }

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

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

background-color css

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

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

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

border-color css

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

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

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