Html Css Color HEX #CC8F12 Dark Goldenrod

📋 copy color: '#CC8F12'

red 204 ◦ green 143 ◦ blue 18

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

Shades of Dark Goldenrod #CC8F12

Tints of Dark Goldenrod #CC8F12

RGB

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

 GREEN value IS 143 (56.25% from 255) = 39.18%

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

R = 55.89%
G = 39.18%
B = 4.93%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CC8F12 (or 0xCC8F12) is known color: Dark Goldenrod. HEX triplet: CC, 8F and 12. RGB value is (204,143,18). Sum of RGB (Red+Green+Blue) = 204+143+18=365 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.89% from 365); Green value is 143 (56.25% from 255 or 39.18% from 365); Blue value is 18 (7.42% from 255 or 4.93% from 365); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8F12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8F12 is #3370ED. Grayscale: #939393. Windows color (decimal): -3371246 or 1216460. OLE color: 1216460.

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

Color convert

RGB 204 143 18 -
CMYK 0 0.30 0.91 0.2
HSL 40.32º 0.84% 0.44% -
HSV(B) 40.32º 0.91% 0.8% -
XYZ 34.83 32.53 5.01 -
YUV 146.99 55.21 168.66 -
System Red Green Blue C M Y K H S L
Decimal 204 143 18 0 0.30 0.91 0.2 40.32 0.84 0.44
Hex CC 8F 12 0 1E 5B 14 28 54 2C
Octal 314 217 22 0 36 133 24 50 124 54
Binary 11001100 10001111 10010 0 11110 1011011 10100 101000 1010100 101100

Color Harmonies of #CC8F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8F12

Black with #CC8F12

Text Example


Text Example

White with #CC8F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8F12; }

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

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

background-color css

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

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

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

border-color css

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

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

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