Html Css Color HEX #CE8004 Dark Goldenrod

📋 copy color: '#CE8004'

red 206 ◦ green 128 ◦ blue 4

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

Shades of Dark Goldenrod #CE8004

Tints of Dark Goldenrod #CE8004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.18%

R = 60.95%
G = 37.87%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CE8004 (or 0xCE8004) is known color: Dark Goldenrod. HEX triplet: CE, 80 and 04. RGB value is (206,128,4). Sum of RGB (Red+Green+Blue) = 206+128+4=338 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.95% from 338); Green value is 128 (50.39% from 255 or 37.87% from 338); Blue value is 4 (1.95% from 255 or 1.18% from 338); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8004 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8004 is #317FFB. Grayscale: #898989. Windows color (decimal): -3244028 or 295118. OLE color: 295118.

HSL color Cylindrical-coordinate representation of color #CE8004: hue angle of 36.83º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE8004 is Cyan = 0, Magento = 0.38, Yellow = 0.98 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 128 4 -
CMYK 0 0.38 0.98 0.19
HSL 36.83º 0.96% 0.41% -
HSV(B) 36.83º 0.98% 0.81% -
XYZ 33.19 28.57 3.88 -
YUV 137.19 52.84 177.08 -
System Red Green Blue C M Y K H S L
Decimal 206 128 4 0 0.38 0.98 0.19 36.83 0.96 0.41
Hex CE 80 4 0 26 62 13 25 60 29
Octal 316 200 4 0 46 142 23 45 140 51
Binary 11001110 10000000 100 0 100110 1100010 10011 100101 1100000 101001

Color Harmonies of #CE8004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8004

Black with #CE8004

Text Example


Text Example

White with #CE8004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8004; }

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

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

background-color css

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

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

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

border-color css

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

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

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