Html Css Color HEX #CE8600 Dark Goldenrod

📋 copy color: '#CE8600'

red 206 ◦ green 134 ◦ blue 0

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

Shades of Dark Goldenrod #CE8600

Tints of Dark Goldenrod #CE8600

RGB

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

 GREEN value IS 134 (52.73% from 255) = 39.41%

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

R = 60.59%
G = 39.41%
B = 0%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CE8600 (or 0xCE8600) is known color: Dark Goldenrod. HEX triplet: CE, 86 and 00. RGB value is (206,134,0). Sum of RGB (Red+Green+Blue) = 206+134+0=340 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.59% from 340); Green value is 134 (52.73% from 255 or 39.41% from 340); Blue value is 0 (0.39% from 255 or 0% from 340); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8600 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8600 is #3179FF. Grayscale: #8C8C8C. Windows color (decimal): -3242496 or 34510. OLE color: 34510.

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

Color convert

RGB 206 134 0 -
CMYK 0 0.35 1 0.19
HSL 39.03º 1% 0.4% -
HSV(B) 39.03º 1% 0.81% -
XYZ 33.98 30.17 4.03 -
YUV 140.25 48.85 174.9 -
System Red Green Blue C M Y K H S L
Decimal 206 134 0 0 0.35 1 0.19 39.03 1 0.4
Hex CE 86 0 0 23 64 13 27 64 28
Octal 316 206 0 0 43 144 23 47 144 50
Binary 11001110 10000110 0 0 100011 1100100 10011 100111 1100100 101000

Color Harmonies of #CE8600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8600

Black with #CE8600

Text Example


Text Example

White with #CE8600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8600; }

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

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

background-color css

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

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

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

border-color css

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

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

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