Html Css Color HEX #CC9505 Dark Goldenrod

📋 copy color: '#CC9505'

red 204 ◦ green 149 ◦ blue 5

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

Shades of Dark Goldenrod #CC9505

Tints of Dark Goldenrod #CC9505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.4%

R = 56.98%
G = 41.62%
B = 1.4%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#CC9505 (or 0xCC9505) is known color: Dark Goldenrod. HEX triplet: CC, 95 and 05. RGB value is (204,149,5). Sum of RGB (Red+Green+Blue) = 204+149+5=358 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.98% from 358); Green value is 149 (58.59% from 255 or 41.62% from 358); Blue value is 5 (2.34% from 255 or 1.40% from 358); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9505 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC9505 is #336AFA. Grayscale: #959595. Windows color (decimal): -3369723 or 366028. OLE color: 366028.

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

Color convert

RGB 204 149 5 -
CMYK 0 0.27 0.98 0.2
HSL 43.42º 0.95% 0.41% -
HSV(B) 43.42º 0.98% 0.8% -
XYZ 35.68 34.34 4.89 -
YUV 149.03 46.72 167.21 -
System Red Green Blue C M Y K H S L
Decimal 204 149 5 0 0.27 0.98 0.2 43.42 0.95 0.41
Hex CC 95 5 0 1B 62 14 2B 5F 29
Octal 314 225 5 0 33 142 24 53 137 51
Binary 11001100 10010101 101 0 11011 1100010 10100 101011 1011111 101001

Color Harmonies of #CC9505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9505

Black with #CC9505

Text Example


Text Example

White with #CC9505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9505; }

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

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

background-color css

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

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

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

border-color css

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

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

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