Html Css Color HEX #CE8001 Dark Goldenrod

📋 copy color: '#CE8001'

red 206 ◦ green 128 ◦ blue 1

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

Shades of Dark Goldenrod #CE8001

Tints of Dark Goldenrod #CE8001

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.21%

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

R = 61.49%
G = 38.21%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CE8001 (or 0xCE8001) is known color: Dark Goldenrod. HEX triplet: CE, 80 and 01. RGB value is (206,128,1). Sum of RGB (Red+Green+Blue) = 206+128+1=335 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.49% from 335); Green value is 128 (50.39% from 255 or 38.21% from 335); Blue value is 1 (0.78% from 255 or 0.30% from 335); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8001 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8001 is #317FFE. Grayscale: #898989. Windows color (decimal): -3244031 or 98510. OLE color: 98510.

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

Color convert

RGB 206 128 1 -
CMYK 0 0.38 1.00 0.19
HSL 37.17º 0.99% 0.41% -
HSV(B) 37.17º 1% 0.81% -
XYZ 33.18 28.56 3.79 -
YUV 136.84 51.34 177.33 -
System Red Green Blue C M Y K H S L
Decimal 206 128 1 0 0.38 1.00 0.19 37.17 0.99 0.41
Hex CE 80 1 0 26 64 13 25 63 29
Octal 316 200 1 0 46 144 23 45 143 51
Binary 11001110 10000000 1 0 100110 1100100 10011 100101 1100011 101001

Color Harmonies of #CE8001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8001

Black with #CE8001

Text Example


Text Example

White with #CE8001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8001; }

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

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

background-color css

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

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

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

border-color css

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

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

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