Html Css Color HEX #CE9200 Dark Goldenrod

📋 copy color: '#CE9200'

red 206 ◦ green 146 ◦ blue 0

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

Shades of Dark Goldenrod #CE9200

Tints of Dark Goldenrod #CE9200

RGB

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

 GREEN value IS 146 (57.42% from 255) = 41.48%

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

R = 58.52%
G = 41.48%
B = 0%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CE9200 (or 0xCE9200) is known color: Dark Goldenrod. HEX triplet: CE, 92 and 00. RGB value is (206,146,0). Sum of RGB (Red+Green+Blue) = 206+146+0=352 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.52% from 352); Green value is 146 (57.42% from 255 or 41.48% from 352); Blue value is 0 (0.39% from 255 or 0% from 352); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9200 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9200 is #316DFF. Grayscale: #939393. Windows color (decimal): -3239424 or 37582. OLE color: 37582.

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

Color convert

RGB 206 146 0 -
CMYK 0 0.29 1 0.19
HSL 42.52º 1% 0.4% -
HSV(B) 42.52º 1% 0.81% -
XYZ 35.73 33.68 4.62 -
YUV 147.3 44.88 169.87 -
System Red Green Blue C M Y K H S L
Decimal 206 146 0 0 0.29 1 0.19 42.52 1 0.4
Hex CE 92 0 0 1D 64 13 2B 64 28
Octal 316 222 0 0 35 144 23 53 144 50
Binary 11001110 10010010 0 0 11101 1100100 10011 101011 1100100 101000

Color Harmonies of #CE9200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9200

Black with #CE9200

Text Example


Text Example

White with #CE9200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9200; }

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

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

background-color css

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

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

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

border-color css

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

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

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