Html Css Color HEX #CC8C14 Dark Goldenrod

📋 copy color: '#CC8C14'

red 204 ◦ green 140 ◦ blue 20

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

Shades of Dark Goldenrod #CC8C14

Tints of Dark Goldenrod #CC8C14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.49%

R = 56.04%
G = 38.46%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CC8C14 (or 0xCC8C14) is known color: Dark Goldenrod. HEX triplet: CC, 8C and 14. RGB value is (204,140,20). Sum of RGB (Red+Green+Blue) = 204+140+20=364 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.04% from 364); Green value is 140 (55.08% from 255 or 38.46% from 364); Blue value is 20 (8.20% from 255 or 5.49% from 364); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8C14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8C14 is #3373EB. Grayscale: #919191. Windows color (decimal): -3372012 or 1346764. OLE color: 1346764.

HSL color Cylindrical-coordinate representation of color #CC8C14: hue angle of 39.13º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC8C14 is Cyan = 0, Magento = 0.31, Yellow = 0.90 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 140 20 -
CMYK 0 0.31 0.90 0.2
HSL 39.13º 0.82% 0.44% -
HSV(B) 39.13º 0.9% 0.8% -
XYZ 34.41 31.64 4.96 -
YUV 145.46 57.2 169.76 -
System Red Green Blue C M Y K H S L
Decimal 204 140 20 0 0.31 0.90 0.2 39.13 0.82 0.44
Hex CC 8C 14 0 1F 5A 14 27 52 2C
Octal 314 214 24 0 37 132 24 47 122 54
Binary 11001100 10001100 10100 0 11111 1011010 10100 100111 1010010 101100

Color Harmonies of #CC8C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8C14

Black with #CC8C14

Text Example


Text Example

White with #CC8C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8C14; }

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

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

background-color css

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

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

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

border-color css

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

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

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