Html Css Color HEX #CC7801 Dark Goldenrod

📋 copy color: '#CC7801'

red 204 ◦ green 120 ◦ blue 1

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

Shades of Dark Goldenrod #CC7801

Tints of Dark Goldenrod #CC7801

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 62.77%
G = 36.92%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 1.00

 K value IS 0.2

RGB Variations

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

Color information

#CC7801 (or 0xCC7801) is known color: Dark Goldenrod. HEX triplet: CC, 78 and 01. RGB value is (204,120,1). Sum of RGB (Red+Green+Blue) = 204+120+1=325 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.77% from 325); Green value is 120 (47.27% from 255 or 36.92% from 325); Blue value is 1 (0.78% from 255 or 0.31% from 325); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7801 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7801 is #3387FE. Grayscale: #848484. Windows color (decimal): -3377151 or 96460. OLE color: 96460.

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

Color convert

RGB 204 120 1 -
CMYK 0 0.41 1.00 0.2
HSL 35.17º 0.99% 0.4% -
HSV(B) 35.17º 1% 0.8% -
XYZ 31.62 26.27 3.43 -
YUV 131.55 54.33 179.68 -
System Red Green Blue C M Y K H S L
Decimal 204 120 1 0 0.41 1.00 0.2 35.17 0.99 0.4
Hex CC 78 1 0 29 64 14 23 63 28
Octal 314 170 1 0 51 144 24 43 143 50
Binary 11001100 1111000 1 0 101001 1100100 10100 100011 1100011 101000

Color Harmonies of #CC7801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7801

Black with #CC7801

Text Example


Text Example

White with #CC7801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7801; }

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

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

background-color css

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

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

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

border-color css

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

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

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