Html Css Color HEX #CC8813 Dark Goldenrod

📋 copy color: '#CC8813'

red 204 ◦ green 136 ◦ blue 19

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

Shades of Dark Goldenrod #CC8813

Tints of Dark Goldenrod #CC8813

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.88%

 BLUE value IS 19 (7.81% from 255) = 5.29%

R = 56.82%
G = 37.88%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CC8813 (or 0xCC8813) is known color: Dark Goldenrod. HEX triplet: CC, 88 and 13. RGB value is (204,136,19). Sum of RGB (Red+Green+Blue) = 204+136+19=359 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.82% from 359); Green value is 136 (53.52% from 255 or 37.88% from 359); Blue value is 19 (7.81% from 255 or 5.29% from 359); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8813 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8813 is #3377EC. Grayscale: #8F8F8F. Windows color (decimal): -3373037 or 1280204. OLE color: 1280204.

HSL color Cylindrical-coordinate representation of color #CC8813: hue angle of 37.95º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC8813 is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 136 19 -
CMYK 0 0.33 0.91 0.2
HSL 37.95º 0.83% 0.44% -
HSV(B) 37.95º 0.91% 0.8% -
XYZ 33.82 30.49 4.72 -
YUV 142.99 58.03 171.51 -
System Red Green Blue C M Y K H S L
Decimal 204 136 19 0 0.33 0.91 0.2 37.95 0.83 0.44
Hex CC 88 13 0 21 5B 14 26 53 2C
Octal 314 210 23 0 41 133 24 46 123 54
Binary 11001100 10001000 10011 0 100001 1011011 10100 100110 1010011 101100

Color Harmonies of #CC8813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8813

Black with #CC8813

Text Example


Text Example

White with #CC8813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8813; }

 p { color: rgb(204,136,19); }

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

background-color css

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

 a { background-color: rgb(204,136,19); }

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

border-color css

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

 span { border-color: rgb(204,136,19); }

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