Html Css Color HEX #CE8E08 Dark Goldenrod

📋 copy color: '#CE8E08'

red 206 ◦ green 142 ◦ blue 8

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

Shades of Dark Goldenrod #CE8E08

Tints of Dark Goldenrod #CE8E08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.25%

R = 57.87%
G = 39.89%
B = 2.25%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#CE8E08 (or 0xCE8E08) is known color: Dark Goldenrod. HEX triplet: CE, 8E and 08. RGB value is (206,142,8). Sum of RGB (Red+Green+Blue) = 206+142+8=356 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.87% from 356); Green value is 142 (55.86% from 255 or 39.89% from 356); Blue value is 8 (3.52% from 255 or 2.25% from 356); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8E08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8E08 is #3171F7. Grayscale: #929292. Windows color (decimal): -3240440 or 560846. OLE color: 560846.

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

Color convert

RGB 206 142 8 -
CMYK 0 0.31 0.96 0.19
HSL 40.61º 0.93% 0.42% -
HSV(B) 40.61º 0.96% 0.81% -
XYZ 35.17 32.49 4.65 -
YUV 145.86 50.2 170.9 -
System Red Green Blue C M Y K H S L
Decimal 206 142 8 0 0.31 0.96 0.19 40.61 0.93 0.42
Hex CE 8E 8 0 1F 60 13 29 5D 2A
Octal 316 216 10 0 37 140 23 51 135 52
Binary 11001110 10001110 1000 0 11111 1100000 10011 101001 1011101 101010

Color Harmonies of #CE8E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8E08

Black with #CE8E08

Text Example


Text Example

White with #CE8E08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8E08; }

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

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

background-color css

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

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

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

border-color css

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

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

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