Html Css Color HEX #CE8100 Dark Goldenrod

📋 copy color: '#CE8100'

red 206 ◦ green 129 ◦ blue 0

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

Shades of Dark Goldenrod #CE8100

Tints of Dark Goldenrod #CE8100

RGB

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

 GREEN value IS 129 (50.78% from 255) = 38.51%

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

R = 61.49%
G = 38.51%
B = 0%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CE8100 (or 0xCE8100) is known color: Dark Goldenrod. HEX triplet: CE, 81 and 00. RGB value is (206,129,0). Sum of RGB (Red+Green+Blue) = 206+129+0=335 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.49% from 335); Green value is 129 (50.78% from 255 or 38.51% from 335); Blue value is 0 (0.39% from 255 or 0% from 335); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8100 is #317EFF. Grayscale: #898989. Windows color (decimal): -3243776 or 33230. OLE color: 33230.

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

Color convert

RGB 206 129 0 -
CMYK 0 0.37 1 0.19
HSL 37.57º 1% 0.4% -
HSV(B) 37.57º 1% 0.81% -
XYZ 33.3 28.82 3.81 -
YUV 137.32 50.51 176.99 -
System Red Green Blue C M Y K H S L
Decimal 206 129 0 0 0.37 1 0.19 37.57 1 0.4
Hex CE 81 0 0 25 64 13 26 64 28
Octal 316 201 0 0 45 144 23 46 144 50
Binary 11001110 10000001 0 0 100101 1100100 10011 100110 1100100 101000

Color Harmonies of #CE8100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8100

Black with #CE8100

Text Example


Text Example

White with #CE8100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8100; }

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

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

background-color css

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

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

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

border-color css

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

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

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