Html Css Color HEX #CE8800 Dark Goldenrod

📋 copy color: '#CE8800'

red 206 ◦ green 136 ◦ blue 0

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

Shades of Dark Goldenrod #CE8800

Tints of Dark Goldenrod #CE8800

RGB

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

 GREEN value IS 136 (53.52% from 255) = 39.77%

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

R = 60.23%
G = 39.77%
B = 0%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CE8800 (or 0xCE8800) is known color: Dark Goldenrod. HEX triplet: CE, 88 and 00. RGB value is (206,136,0). Sum of RGB (Red+Green+Blue) = 206+136+0=342 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.23% from 342); Green value is 136 (53.52% from 255 or 39.77% from 342); Blue value is 0 (0.39% from 255 or 0% from 342); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8800 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8800 is #3177FF. Grayscale: #8E8E8E. Windows color (decimal): -3241984 or 35022. OLE color: 35022.

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

Color convert

RGB 206 136 0 -
CMYK 0 0.34 1 0.19
HSL 39.61º 1% 0.4% -
HSV(B) 39.61º 1% 0.81% -
XYZ 34.26 30.73 4.13 -
YUV 141.43 48.19 174.06 -
System Red Green Blue C M Y K H S L
Decimal 206 136 0 0 0.34 1 0.19 39.61 1 0.4
Hex CE 88 0 0 22 64 13 28 64 28
Octal 316 210 0 0 42 144 23 50 144 50
Binary 11001110 10001000 0 0 100010 1100100 10011 101000 1100100 101000

Color Harmonies of #CE8800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8800

Black with #CE8800

Text Example


Text Example

White with #CE8800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8800; }

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

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

background-color css

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

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

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

border-color css

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

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

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