Html Css Color HEX #CE8F12 Dark Goldenrod

📋 copy color: '#CE8F12'

red 206 ◦ green 143 ◦ blue 18

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

Shades of Dark Goldenrod #CE8F12

Tints of Dark Goldenrod #CE8F12

RGB

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

 GREEN value IS 143 (56.25% from 255) = 38.96%

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

R = 56.13%
G = 38.96%
B = 4.9%

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

#CE8F12 (or 0xCE8F12) is known color: Dark Goldenrod. HEX triplet: CE, 8F and 12. RGB value is (206,143,18). Sum of RGB (Red+Green+Blue) = 206+143+18=367 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.13% from 367); Green value is 143 (56.25% from 255 or 38.96% from 367); Blue value is 18 (7.42% from 255 or 4.90% from 367); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8F12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8F12 is #3170ED. Grayscale: #949494. Windows color (decimal): -3240174 or 1216462. OLE color: 1216462.

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

Color convert

RGB 206 143 18 -
CMYK 0 0.31 0.91 0.19
HSL 39.89º 0.84% 0.44% -
HSV(B) 39.89º 0.91% 0.81% -
XYZ 35.39 32.81 5.04 -
YUV 147.59 54.87 169.66 -
System Red Green Blue C M Y K H S L
Decimal 206 143 18 0 0.31 0.91 0.19 39.89 0.84 0.44
Hex CE 8F 12 0 1F 5B 13 28 54 2C
Octal 316 217 22 0 37 133 23 50 124 54
Binary 11001110 10001111 10010 0 11111 1011011 10011 101000 1010100 101100

Color Harmonies of #CE8F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8F12

Black with #CE8F12

Text Example


Text Example

White with #CE8F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8F12; }

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

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

background-color css

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

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

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

border-color css

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

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

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