Html Css Color HEX #CE8A00 Dark Goldenrod

📋 copy color: '#CE8A00'

red 206 ◦ green 138 ◦ blue 0

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

Shades of Dark Goldenrod #CE8A00

Tints of Dark Goldenrod #CE8A00

RGB

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

 GREEN value IS 138 (54.3% from 255) = 40.12%

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

R = 59.88%
G = 40.12%
B = 0%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CE8A00 (or 0xCE8A00) is known color: Dark Goldenrod. HEX triplet: CE, 8A and 00. RGB value is (206,138,0). Sum of RGB (Red+Green+Blue) = 206+138+0=344 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.88% from 344); Green value is 138 (54.30% from 255 or 40.12% from 344); Blue value is 0 (0.39% from 255 or 0% from 344); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8A00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8A00 is #3175FF. Grayscale: #8F8F8F. Windows color (decimal): -3241472 or 35534. OLE color: 35534.

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

Color convert

RGB 206 138 0 -
CMYK 0 0.33 1 0.19
HSL 40.19º 1% 0.4% -
HSV(B) 40.19º 1% 0.81% -
XYZ 34.54 31.3 4.22 -
YUV 142.6 47.53 173.22 -
System Red Green Blue C M Y K H S L
Decimal 206 138 0 0 0.33 1 0.19 40.19 1 0.4
Hex CE 8A 0 0 21 64 13 28 64 28
Octal 316 212 0 0 41 144 23 50 144 50
Binary 11001110 10001010 0 0 100001 1100100 10011 101000 1100100 101000

Color Harmonies of #CE8A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8A00

Black with #CE8A00

Text Example


Text Example

White with #CE8A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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