Html Css Color HEX #CC7802 Dark Goldenrod

📋 copy color: '#CC7802'

red 204 ◦ green 120 ◦ blue 2

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

Shades of Dark Goldenrod #CC7802

Tints of Dark Goldenrod #CC7802

RGB

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

 GREEN value IS 120 (47.27% from 255) = 36.81%

 BLUE value IS 2 (1.17% from 255) = 0.61%

R = 62.58%
G = 36.81%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#CC7802 (or 0xCC7802) is known color: Dark Goldenrod. HEX triplet: CC, 78 and 02. RGB value is (204,120,2). Sum of RGB (Red+Green+Blue) = 204+120+2=326 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.58% from 326); Green value is 120 (47.27% from 255 or 36.81% from 326); Blue value is 2 (1.17% from 255 or 0.61% from 326); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7802 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7802 is #3387FD. Grayscale: #848484. Windows color (decimal): -3377150 or 161996. OLE color: 161996.

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

Color convert

RGB 204 120 2 -
CMYK 0 0.41 0.99 0.2
HSL 35.05º 0.98% 0.4% -
HSV(B) 35.05º 0.99% 0.8% -
XYZ 31.63 26.27 3.46 -
YUV 131.66 54.83 179.59 -
System Red Green Blue C M Y K H S L
Decimal 204 120 2 0 0.41 0.99 0.2 35.05 0.98 0.4
Hex CC 78 2 0 29 63 14 23 62 28
Octal 314 170 2 0 51 143 24 43 142 50
Binary 11001100 1111000 10 0 101001 1100011 10100 100011 1100010 101000

Color Harmonies of #CC7802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7802

Black with #CC7802

Text Example


Text Example

White with #CC7802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7802; }

 p { color: rgb(204,120,2); }

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

background-color css

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

 a { background-color: rgb(204,120,2); }

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

border-color css

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

 span { border-color: rgb(204,120,2); }

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