Html Css Color HEX #CE8000 Dark Goldenrod

📋 copy color: '#CE8000'

red 206 ◦ green 128 ◦ blue 0

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

Shades of Dark Goldenrod #CE8000

Tints of Dark Goldenrod #CE8000

RGB

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

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

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

R = 61.68%
G = 38.32%
B = 0%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CE8000 (or 0xCE8000) is known color: Dark Goldenrod. HEX triplet: CE, 80 and 00. RGB value is (206,128,0). Sum of RGB (Red+Green+Blue) = 206+128+0=334 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.68% from 334); Green value is 128 (50.39% from 255 or 38.32% from 334); Blue value is 0 (0.39% from 255 or 0% from 334); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8000 is #317FFF. Grayscale: #898989. Windows color (decimal): -3244032 or 32974. OLE color: 32974.

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

Color convert

RGB 206 128 0 -
CMYK 0 0.38 1 0.19
HSL 37.28º 1% 0.4% -
HSV(B) 37.28º 1% 0.81% -
XYZ 33.17 28.56 3.76 -
YUV 136.73 50.84 177.41 -
System Red Green Blue C M Y K H S L
Decimal 206 128 0 0 0.38 1 0.19 37.28 1 0.4
Hex CE 80 0 0 26 64 13 25 64 28
Octal 316 200 0 0 46 144 23 45 144 50
Binary 11001110 10000000 0 0 100110 1100100 10011 100101 1100100 101000

Color Harmonies of #CE8000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8000

Black with #CE8000

Text Example


Text Example

White with #CE8000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8000; }

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

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

background-color css

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

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

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

border-color css

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

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

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