Html Css Color HEX #CC8C12 Dark Goldenrod

📋 copy color: '#CC8C12'

red 204 ◦ green 140 ◦ blue 18

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

Shades of Dark Goldenrod #CC8C12

Tints of Dark Goldenrod #CC8C12

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.67%

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

R = 56.35%
G = 38.67%
B = 4.97%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CC8C12 (or 0xCC8C12) is known color: Dark Goldenrod. HEX triplet: CC, 8C and 12. RGB value is (204,140,18). Sum of RGB (Red+Green+Blue) = 204+140+18=362 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.35% from 362); Green value is 140 (55.08% from 255 or 38.67% from 362); Blue value is 18 (7.42% from 255 or 4.97% from 362); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8C12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8C12 is #3373ED. Grayscale: #919191. Windows color (decimal): -3372014 or 1215692. OLE color: 1215692.

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

Color convert

RGB 204 140 18 -
CMYK 0 0.31 0.91 0.2
HSL 39.35º 0.84% 0.44% -
HSV(B) 39.35º 0.91% 0.8% -
XYZ 34.39 31.64 4.87 -
YUV 145.23 56.2 169.92 -
System Red Green Blue C M Y K H S L
Decimal 204 140 18 0 0.31 0.91 0.2 39.35 0.84 0.44
Hex CC 8C 12 0 1F 5B 14 27 54 2C
Octal 314 214 22 0 37 133 24 47 124 54
Binary 11001100 10001100 10010 0 11111 1011011 10100 100111 1010100 101100

Color Harmonies of #CC8C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8C12

Black with #CC8C12

Text Example


Text Example

White with #CC8C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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