Html Css Color HEX #CE8901 Dark Goldenrod

📋 copy color: '#CE8901'

red 206 ◦ green 137 ◦ blue 1

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

Shades of Dark Goldenrod #CE8901

Tints of Dark Goldenrod #CE8901

RGB

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

 GREEN value IS 137 (53.91% from 255) = 39.83%

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

R = 59.88%
G = 39.83%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CE8901 (or 0xCE8901) is known color: Dark Goldenrod. HEX triplet: CE, 89 and 01. RGB value is (206,137,1). Sum of RGB (Red+Green+Blue) = 206+137+1=344 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.88% from 344); Green value is 137 (53.91% from 255 or 39.83% from 344); Blue value is 1 (0.78% from 255 or 0.29% from 344); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8901 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8901 is #3176FE. Grayscale: #8E8E8E. Windows color (decimal): -3241727 or 100814. OLE color: 100814.

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

Color convert

RGB 206 137 1 -
CMYK 0 0.33 1.00 0.19
HSL 39.8º 0.99% 0.41% -
HSV(B) 39.8º 1% 0.81% -
XYZ 34.4 31.02 4.2 -
YUV 142.13 48.36 173.56 -
System Red Green Blue C M Y K H S L
Decimal 206 137 1 0 0.33 1.00 0.19 39.8 0.99 0.41
Hex CE 89 1 0 21 64 13 28 63 29
Octal 316 211 1 0 41 144 23 50 143 51
Binary 11001110 10001001 1 0 100001 1100100 10011 101000 1100011 101001

Color Harmonies of #CE8901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8901

Black with #CE8901

Text Example


Text Example

White with #CE8901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8901; }

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

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

background-color css

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

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

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

border-color css

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

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

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