Html Css Color HEX #CC8C0F Dark Goldenrod

📋 copy color: '#CC8C0F'

red 204 ◦ green 140 ◦ blue 15

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

Shades of Dark Goldenrod #CC8C0F

Tints of Dark Goldenrod #CC8C0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.18%

R = 56.82%
G = 39%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.93

 K value IS 0.2

RGB Variations

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

Color information

#CC8C0F (or 0xCC8C0F) is known color: Dark Goldenrod. HEX triplet: CC, 8C and 0F. RGB value is (204,140,15). Sum of RGB (Red+Green+Blue) = 204+140+15=359 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.82% from 359); Green value is 140 (55.08% from 255 or 39.00% from 359); Blue value is 15 (6.25% from 255 or 4.18% from 359); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8C0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8C0F is #3373F0. Grayscale: #919191. Windows color (decimal): -3372017 or 1019084. OLE color: 1019084.

HSL color Cylindrical-coordinate representation of color #CC8C0F: hue angle of 39.68º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CC8C0F is Cyan = 0, Magento = 0.31, Yellow = 0.93 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 140 15 -
CMYK 0 0.31 0.93 0.2
HSL 39.68º 0.86% 0.43% -
HSV(B) 39.68º 0.93% 0.8% -
XYZ 34.37 31.63 4.75 -
YUV 144.89 54.7 170.16 -
System Red Green Blue C M Y K H S L
Decimal 204 140 15 0 0.31 0.93 0.2 39.68 0.86 0.43
Hex CC 8C F 0 1F 5D 14 28 56 2B
Octal 314 214 17 0 37 135 24 50 126 53
Binary 11001100 10001100 1111 0 11111 1011101 10100 101000 1010110 101011

Color Harmonies of #CC8C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8C0F

Black with #CC8C0F

Text Example


Text Example

White with #CC8C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8C0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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