Html Css Color HEX #CC7803 Dark Goldenrod

📋 copy color: '#CC7803'

red 204 ◦ green 120 ◦ blue 3

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

Shades of Dark Goldenrod #CC7803

Tints of Dark Goldenrod #CC7803

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.92%

R = 62.39%
G = 36.7%
B = 0.92%

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

#CC7803 (or 0xCC7803) is known color: Dark Goldenrod. HEX triplet: CC, 78 and 03. RGB value is (204,120,3). Sum of RGB (Red+Green+Blue) = 204+120+3=327 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.39% from 327); Green value is 120 (47.27% from 255 or 36.70% from 327); Blue value is 3 (1.56% from 255 or 0.92% from 327); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7803 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7803 is #3387FC. Grayscale: #848484. Windows color (decimal): -3377149 or 227532. OLE color: 227532.

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

Color convert

RGB 204 120 3 -
CMYK 0 0.41 0.99 0.2
HSL 34.93º 0.97% 0.41% -
HSV(B) 34.93º 0.99% 0.8% -
XYZ 31.63 26.28 3.49 -
YUV 131.78 55.33 179.51 -
System Red Green Blue C M Y K H S L
Decimal 204 120 3 0 0.41 0.99 0.2 34.93 0.97 0.41
Hex CC 78 3 0 29 63 14 23 61 29
Octal 314 170 3 0 51 143 24 43 141 51
Binary 11001100 1111000 11 0 101001 1100011 10100 100011 1100001 101001

Color Harmonies of #CC7803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7803

Black with #CC7803

Text Example


Text Example

White with #CC7803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7803; }

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

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

background-color css

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

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

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

border-color css

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

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

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