Html Css Color HEX #CC8D12 Dark Goldenrod

📋 copy color: '#CC8D12'

red 204 ◦ green 141 ◦ blue 18

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

Shades of Dark Goldenrod #CC8D12

Tints of Dark Goldenrod #CC8D12

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.84%

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

R = 56.2%
G = 38.84%
B = 4.96%

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

#CC8D12 (or 0xCC8D12) is known color: Dark Goldenrod. HEX triplet: CC, 8D and 12. RGB value is (204,141,18). Sum of RGB (Red+Green+Blue) = 204+141+18=363 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.20% from 363); Green value is 141 (55.47% from 255 or 38.84% from 363); Blue value is 18 (7.42% from 255 or 4.96% from 363); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8D12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8D12 is #3372ED. Grayscale: #929292. Windows color (decimal): -3371758 or 1215948. OLE color: 1215948.

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

Color convert

RGB 204 141 18 -
CMYK 0 0.31 0.91 0.2
HSL 39.68º 0.84% 0.44% -
HSV(B) 39.68º 0.91% 0.8% -
XYZ 34.54 31.93 4.92 -
YUV 145.82 55.87 169.5 -
System Red Green Blue C M Y K H S L
Decimal 204 141 18 0 0.31 0.91 0.2 39.68 0.84 0.44
Hex CC 8D 12 0 1F 5B 14 28 54 2C
Octal 314 215 22 0 37 133 24 50 124 54
Binary 11001100 10001101 10010 0 11111 1011011 10100 101000 1010100 101100

Color Harmonies of #CC8D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8D12

Black with #CC8D12

Text Example


Text Example

White with #CC8D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8D12; }

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

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

background-color css

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

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

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

border-color css

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

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

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