Html Css Color HEX #CE8F0F Dark Goldenrod

📋 copy color: '#CE8F0F'

red 206 ◦ green 143 ◦ blue 15

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

Shades of Dark Goldenrod #CE8F0F

Tints of Dark Goldenrod #CE8F0F

RGB

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

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

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

R = 56.59%
G = 39.29%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CE8F0F (or 0xCE8F0F) is known color: Dark Goldenrod. HEX triplet: CE, 8F and 0F. RGB value is (206,143,15). Sum of RGB (Red+Green+Blue) = 206+143+15=364 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.59% from 364); Green value is 143 (56.25% from 255 or 39.29% from 364); Blue value is 15 (6.25% from 255 or 4.12% from 364); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8F0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8F0F is #3170F0. Grayscale: #939393. Windows color (decimal): -3240177 or 1019854. OLE color: 1019854.

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

Color convert

RGB 206 143 15 -
CMYK 0 0.31 0.93 0.19
HSL 40.21º 0.86% 0.43% -
HSV(B) 40.21º 0.93% 0.81% -
XYZ 35.36 32.8 4.92 -
YUV 147.25 53.37 169.91 -
System Red Green Blue C M Y K H S L
Decimal 206 143 15 0 0.31 0.93 0.19 40.21 0.86 0.43
Hex CE 8F F 0 1F 5D 13 28 56 2B
Octal 316 217 17 0 37 135 23 50 126 53
Binary 11001110 10001111 1111 0 11111 1011101 10011 101000 1010110 101011

Color Harmonies of #CE8F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8F0F

Black with #CE8F0F

Text Example


Text Example

White with #CE8F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8F0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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