Html Css Color HEX #CE8E00 Dark Goldenrod

📋 copy color: '#CE8E00'

red 206 ◦ green 142 ◦ blue 0

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

Shades of Dark Goldenrod #CE8E00

Tints of Dark Goldenrod #CE8E00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 59.2%
G = 40.8%
B = 0%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CE8E00 (or 0xCE8E00) is known color: Dark Goldenrod. HEX triplet: CE, 8E and 00. RGB value is (206,142,0). Sum of RGB (Red+Green+Blue) = 206+142+0=348 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.20% from 348); Green value is 142 (55.86% from 255 or 40.80% from 348); Blue value is 0 (0.39% from 255 or 0% from 348); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8E00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8E00 is #3171FF. Grayscale: #919191. Windows color (decimal): -3240448 or 36558. OLE color: 36558.

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

Color convert

RGB 206 142 0 -
CMYK 0 0.31 1 0.19
HSL 41.36º 1% 0.4% -
HSV(B) 41.36º 1% 0.81% -
XYZ 35.13 32.47 4.42 -
YUV 144.95 46.2 171.55 -
System Red Green Blue C M Y K H S L
Decimal 206 142 0 0 0.31 1 0.19 41.36 1 0.4
Hex CE 8E 0 0 1F 64 13 29 64 28
Octal 316 216 0 0 37 144 23 51 144 50
Binary 11001110 10001110 0 0 11111 1100100 10011 101001 1100100 101000

Color Harmonies of #CE8E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8E00

Black with #CE8E00

Text Example


Text Example

White with #CE8E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8E00; }

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

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

background-color css

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

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

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

border-color css

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

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

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