Html Css Color HEX #CE8C0C Dark Goldenrod

📋 copy color: '#CE8C0C'

red 206 ◦ green 140 ◦ blue 12

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

Shades of Dark Goldenrod #CE8C0C

Tints of Dark Goldenrod #CE8C0C

RGB

 RED value IS 206 (80.86% from 255) = 57.54%

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

 BLUE value IS 12 (5.08% from 255) = 3.35%

R = 57.54%
G = 39.11%
B = 3.35%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CE8C0C (or 0xCE8C0C) is known color: Dark Goldenrod. HEX triplet: CE, 8C and 0C. RGB value is (206,140,12). Sum of RGB (Red+Green+Blue) = 206+140+12=358 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.54% from 358); Green value is 140 (55.08% from 255 or 39.11% from 358); Blue value is 12 (5.08% from 255 or 3.35% from 358); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8C0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8C0C is #3173F3. Grayscale: #919191. Windows color (decimal): -3240948 or 822478. OLE color: 822478.

HSL color Cylindrical-coordinate representation of color #CE8C0C: hue angle of 39.59º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE8C0C is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 140 12 -
CMYK 0 0.32 0.94 0.19
HSL 39.59º 0.89% 0.43% -
HSV(B) 39.59º 0.94% 0.81% -
XYZ 34.9 31.9 4.67 -
YUV 145.14 52.87 171.41 -
System Red Green Blue C M Y K H S L
Decimal 206 140 12 0 0.32 0.94 0.19 39.59 0.89 0.43
Hex CE 8C C 0 20 5E 13 28 59 2B
Octal 316 214 14 0 40 136 23 50 131 53
Binary 11001110 10001100 1100 0 100000 1011110 10011 101000 1011001 101011

Color Harmonies of #CE8C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8C0C

Black with #CE8C0C

Text Example


Text Example

White with #CE8C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8C0C; }

 p { color: rgb(206,140,12); }

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

background-color css

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

 a { background-color: rgb(206,140,12); }

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

border-color css

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

 span { border-color: rgb(206,140,12); }

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