Html Css Color HEX #CE9100 Dark Goldenrod

📋 copy color: '#CE9100'

red 206 ◦ green 145 ◦ blue 0

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

Shades of Dark Goldenrod #CE9100

Tints of Dark Goldenrod #CE9100

RGB

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

 GREEN value IS 145 (57.03% from 255) = 41.31%

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

R = 58.69%
G = 41.31%
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

#CE9100 (or 0xCE9100) is known color: Dark Goldenrod. HEX triplet: CE, 91 and 00. RGB value is (206,145,0). Sum of RGB (Red+Green+Blue) = 206+145+0=351 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.69% from 351); Green value is 145 (57.03% from 255 or 41.31% from 351); Blue value is 0 (0.39% from 255 or 0% from 351); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9100 is #316EFF. Grayscale: #939393. Windows color (decimal): -3239680 or 37326. OLE color: 37326.

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

Color convert

RGB 206 145 0 -
CMYK 0 0.30 1 0.19
HSL 42.23º 1% 0.4% -
HSV(B) 42.23º 1% 0.81% -
XYZ 35.58 33.37 4.57 -
YUV 146.71 45.21 170.29 -
System Red Green Blue C M Y K H S L
Decimal 206 145 0 0 0.30 1 0.19 42.23 1 0.4
Hex CE 91 0 0 1E 64 13 2A 64 28
Octal 316 221 0 0 36 144 23 52 144 50
Binary 11001110 10010001 0 0 11110 1100100 10011 101010 1100100 101000

Color Harmonies of #CE9100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9100

Black with #CE9100

Text Example


Text Example

White with #CE9100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9100; }

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

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

background-color css

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

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

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

border-color css

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

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

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