Html Css Color HEX #CC8B12 Dark Goldenrod

📋 copy color: '#CC8B12'

red 204 ◦ green 139 ◦ blue 18

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

Shades of Dark Goldenrod #CC8B12

Tints of Dark Goldenrod #CC8B12

RGB

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

 GREEN value IS 139 (54.69% from 255) = 38.5%

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

R = 56.51%
G = 38.5%
B = 4.99%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CC8B12 (or 0xCC8B12) is known color: Dark Goldenrod. HEX triplet: CC, 8B and 12. RGB value is (204,139,18). Sum of RGB (Red+Green+Blue) = 204+139+18=361 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.51% from 361); Green value is 139 (54.69% from 255 or 38.50% from 361); Blue value is 18 (7.42% from 255 or 4.99% from 361); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8B12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8B12 is #3374ED. Grayscale: #919191. Windows color (decimal): -3372270 or 1215436. OLE color: 1215436.

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

Color convert

RGB 204 139 18 -
CMYK 0 0.32 0.91 0.2
HSL 39.03º 0.84% 0.44% -
HSV(B) 39.03º 0.91% 0.8% -
XYZ 34.24 31.35 4.82 -
YUV 144.64 56.53 170.34 -
System Red Green Blue C M Y K H S L
Decimal 204 139 18 0 0.32 0.91 0.2 39.03 0.84 0.44
Hex CC 8B 12 0 20 5B 14 27 54 2C
Octal 314 213 22 0 40 133 24 47 124 54
Binary 11001100 10001011 10010 0 100000 1011011 10100 100111 1010100 101100

Color Harmonies of #CC8B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8B12

Black with #CC8B12

Text Example


Text Example

White with #CC8B12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8B12; }

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

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

background-color css

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

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

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

border-color css

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

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

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