Html Css Color HEX #CE8E12 Dark Goldenrod

📋 copy color: '#CE8E12'

red 206 ◦ green 142 ◦ blue 18

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

Shades of Dark Goldenrod #CE8E12

Tints of Dark Goldenrod #CE8E12

RGB

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

 GREEN value IS 142 (55.86% from 255) = 38.8%

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

R = 56.28%
G = 38.8%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CE8E12 (or 0xCE8E12) is known color: Dark Goldenrod. HEX triplet: CE, 8E and 12. RGB value is (206,142,18). Sum of RGB (Red+Green+Blue) = 206+142+18=366 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.28% from 366); Green value is 142 (55.86% from 255 or 38.80% from 366); Blue value is 18 (7.42% from 255 or 4.92% from 366); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8E12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8E12 is #3171ED. Grayscale: #939393. Windows color (decimal): -3240430 or 1216206. OLE color: 1216206.

HSL color Cylindrical-coordinate representation of color #CE8E12: hue angle of 39.57º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE8E12 is Cyan = 0, Magento = 0.31, Yellow = 0.91 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 142 18 -
CMYK 0 0.31 0.91 0.19
HSL 39.57º 0.84% 0.44% -
HSV(B) 39.57º 0.91% 0.81% -
XYZ 35.24 32.51 4.99 -
YUV 147 55.2 170.08 -
System Red Green Blue C M Y K H S L
Decimal 206 142 18 0 0.31 0.91 0.19 39.57 0.84 0.44
Hex CE 8E 12 0 1F 5B 13 28 54 2C
Octal 316 216 22 0 37 133 23 50 124 54
Binary 11001110 10001110 10010 0 11111 1011011 10011 101000 1010100 101100

Color Harmonies of #CE8E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8E12

Black with #CE8E12

Text Example


Text Example

White with #CE8E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8E12; }

 p { color: rgb(206,142,18); }

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

background-color css

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

 a { background-color: rgb(206,142,18); }

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

border-color css

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

 span { border-color: rgb(206,142,18); }

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