Html Css Color HEX #CC7905 Dark Goldenrod

📋 copy color: '#CC7905'

red 204 ◦ green 121 ◦ blue 5

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

Shades of Dark Goldenrod #CC7905

Tints of Dark Goldenrod #CC7905

RGB

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

 GREEN value IS 121 (47.66% from 255) = 36.67%

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

R = 61.82%
G = 36.67%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#CC7905 (or 0xCC7905) is known color: Dark Goldenrod. HEX triplet: CC, 79 and 05. RGB value is (204,121,5). Sum of RGB (Red+Green+Blue) = 204+121+5=330 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.82% from 330); Green value is 121 (47.66% from 255 or 36.67% from 330); Blue value is 5 (2.34% from 255 or 1.52% from 330); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7905 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7905 is #3386FA. Grayscale: #858585. Windows color (decimal): -3376891 or 358860. OLE color: 358860.

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

Color convert

RGB 204 121 5 -
CMYK 0 0.41 0.98 0.2
HSL 34.97º 0.95% 0.41% -
HSV(B) 34.97º 0.98% 0.8% -
XYZ 31.77 26.52 3.59 -
YUV 132.59 56 178.93 -
System Red Green Blue C M Y K H S L
Decimal 204 121 5 0 0.41 0.98 0.2 34.97 0.95 0.41
Hex CC 79 5 0 29 62 14 23 5F 29
Octal 314 171 5 0 51 142 24 43 137 51
Binary 11001100 1111001 101 0 101001 1100010 10100 100011 1011111 101001

Color Harmonies of #CC7905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7905

Black with #CC7905

Text Example


Text Example

White with #CC7905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7905; }

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

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

background-color css

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

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

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

border-color css

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

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

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