Html Css Color HEX #CE8801 Dark Goldenrod

📋 copy color: '#CE8801'

red 206 ◦ green 136 ◦ blue 1

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

Shades of Dark Goldenrod #CE8801

Tints of Dark Goldenrod #CE8801

RGB

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

 GREEN value IS 136 (53.52% from 255) = 39.65%

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

R = 60.06%
G = 39.65%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CE8801 (or 0xCE8801) is known color: Dark Goldenrod. HEX triplet: CE, 88 and 01. RGB value is (206,136,1). Sum of RGB (Red+Green+Blue) = 206+136+1=343 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.06% from 343); Green value is 136 (53.52% from 255 or 39.65% from 343); Blue value is 1 (0.78% from 255 or 0.29% from 343); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8801 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8801 is #3177FE. Grayscale: #8E8E8E. Windows color (decimal): -3241983 or 100558. OLE color: 100558.

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

Color convert

RGB 206 136 1 -
CMYK 0 0.34 1.00 0.19
HSL 39.51º 0.99% 0.41% -
HSV(B) 39.51º 1% 0.81% -
XYZ 34.26 30.73 4.15 -
YUV 141.54 48.69 173.98 -
System Red Green Blue C M Y K H S L
Decimal 206 136 1 0 0.34 1.00 0.19 39.51 0.99 0.41
Hex CE 88 1 0 22 64 13 28 63 29
Octal 316 210 1 0 42 144 23 50 143 51
Binary 11001110 10001000 1 0 100010 1100100 10011 101000 1100011 101001

Color Harmonies of #CE8801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8801

Black with #CE8801

Text Example


Text Example

White with #CE8801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8801; }

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

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

background-color css

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

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

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

border-color css

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

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

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