Html Css Color HEX #CE9000 Dark Goldenrod

📋 copy color: '#CE9000'

red 206 ◦ green 144 ◦ blue 0

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

Shades of Dark Goldenrod #CE9000

Tints of Dark Goldenrod #CE9000

RGB

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

 GREEN value IS 144 (56.64% from 255) = 41.14%

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

R = 58.86%
G = 41.14%
B = 0%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CE9000 (or 0xCE9000) is known color: Dark Goldenrod. HEX triplet: CE, 90 and 00. RGB value is (206,144,0). Sum of RGB (Red+Green+Blue) = 206+144+0=350 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.86% from 350); Green value is 144 (56.64% from 255 or 41.14% from 350); Blue value is 0 (0.39% from 255 or 0% from 350); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9000 is #316FFF. Grayscale: #929292. Windows color (decimal): -3239936 or 37070. OLE color: 37070.

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

Color convert

RGB 206 144 0 -
CMYK 0 0.30 1 0.19
HSL 41.94º 1% 0.4% -
HSV(B) 41.94º 1% 0.81% -
XYZ 35.43 33.07 4.52 -
YUV 146.12 45.54 170.71 -
System Red Green Blue C M Y K H S L
Decimal 206 144 0 0 0.30 1 0.19 41.94 1 0.4
Hex CE 90 0 0 1E 64 13 2A 64 28
Octal 316 220 0 0 36 144 23 52 144 50
Binary 11001110 10010000 0 0 11110 1100100 10011 101010 1100100 101000

Color Harmonies of #CE9000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9000

Black with #CE9000

Text Example


Text Example

White with #CE9000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9000; }

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

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

background-color css

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

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

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

border-color css

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

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

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