Html Css Color HEX #CE8E01 Dark Goldenrod

📋 copy color: '#CE8E01'

red 206 ◦ green 142 ◦ blue 1

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

Shades of Dark Goldenrod #CE8E01

Tints of Dark Goldenrod #CE8E01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.29%

R = 59.03%
G = 40.69%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CE8E01 (or 0xCE8E01) is known color: Dark Goldenrod. HEX triplet: CE, 8E and 01. RGB value is (206,142,1). Sum of RGB (Red+Green+Blue) = 206+142+1=349 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.03% from 349); Green value is 142 (55.86% from 255 or 40.69% from 349); Blue value is 1 (0.78% from 255 or 0.29% from 349); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8E01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8E01 is #3171FE. Grayscale: #919191. Windows color (decimal): -3240447 or 102094. OLE color: 102094.

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

Color convert

RGB 206 142 1 -
CMYK 0 0.31 1.00 0.19
HSL 41.27º 0.99% 0.41% -
HSV(B) 41.27º 1% 0.81% -
XYZ 35.13 32.47 4.44 -
YUV 145.06 46.7 171.46 -
System Red Green Blue C M Y K H S L
Decimal 206 142 1 0 0.31 1.00 0.19 41.27 0.99 0.41
Hex CE 8E 1 0 1F 64 13 29 63 29
Octal 316 216 1 0 37 144 23 51 143 51
Binary 11001110 10001110 1 0 11111 1100100 10011 101001 1100011 101001

Color Harmonies of #CE8E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8E01

Black with #CE8E01

Text Example


Text Example

White with #CE8E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8E01; }

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

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

background-color css

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

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

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

border-color css

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

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

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