Html Css Color HEX #CE8200 Dark Goldenrod

📋 copy color: '#CE8200'

red 206 ◦ green 130 ◦ blue 0

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

Shades of Dark Goldenrod #CE8200

Tints of Dark Goldenrod #CE8200

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.69%

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

R = 61.31%
G = 38.69%
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

#CE8200 (or 0xCE8200) is known color: Dark Goldenrod. HEX triplet: CE, 82 and 00. RGB value is (206,130,0). Sum of RGB (Red+Green+Blue) = 206+130+0=336 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.31% from 336); Green value is 130 (51.17% from 255 or 38.69% from 336); Blue value is 0 (0.39% from 255 or 0% from 336); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8200 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8200 is #317DFF. Grayscale: #8A8A8A. Windows color (decimal): -3243520 or 33486. OLE color: 33486.

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

Color convert

RGB 206 130 0 -
CMYK 0 0.37 1 0.19
HSL 37.86º 1% 0.4% -
HSV(B) 37.86º 1% 0.81% -
XYZ 33.44 29.09 3.85 -
YUV 137.9 50.18 176.57 -
System Red Green Blue C M Y K H S L
Decimal 206 130 0 0 0.37 1 0.19 37.86 1 0.4
Hex CE 82 0 0 25 64 13 26 64 28
Octal 316 202 0 0 45 144 23 46 144 50
Binary 11001110 10000010 0 0 100101 1100100 10011 100110 1100100 101000

Color Harmonies of #CE8200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8200

Black with #CE8200

Text Example


Text Example

White with #CE8200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8200; }

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

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

background-color css

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

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

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

border-color css

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

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

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