Html Css Color HEX #CC8812 Dark Goldenrod

📋 copy color: '#CC8812'

red 204 ◦ green 136 ◦ blue 18

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

Shades of Dark Goldenrod #CC8812

Tints of Dark Goldenrod #CC8812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.03%

R = 56.98%
G = 37.99%
B = 5.03%

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

#CC8812 (or 0xCC8812) is known color: Dark Goldenrod. HEX triplet: CC, 88 and 12. RGB value is (204,136,18). Sum of RGB (Red+Green+Blue) = 204+136+18=358 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.98% from 358); Green value is 136 (53.52% from 255 or 37.99% from 358); Blue value is 18 (7.42% from 255 or 5.03% from 358); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8812 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8812 is #3377ED. Grayscale: #8F8F8F. Windows color (decimal): -3373038 or 1214668. OLE color: 1214668.

HSL color Cylindrical-coordinate representation of color #CC8812: hue angle of 38.06º degrees, saturation: 0.84, 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 #CC8812 is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 136 18 -
CMYK 0 0.33 0.91 0.2
HSL 38.06º 0.84% 0.44% -
HSV(B) 38.06º 0.91% 0.8% -
XYZ 33.82 30.49 4.68 -
YUV 142.88 57.53 171.59 -
System Red Green Blue C M Y K H S L
Decimal 204 136 18 0 0.33 0.91 0.2 38.06 0.84 0.44
Hex CC 88 12 0 21 5B 14 26 54 2C
Octal 314 210 22 0 41 133 24 46 124 54
Binary 11001100 10001000 10010 0 100001 1011011 10100 100110 1010100 101100

Color Harmonies of #CC8812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8812

Black with #CC8812

Text Example


Text Example

White with #CC8812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8812; }

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

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

background-color css

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

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

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

border-color css

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

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

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