Html Css Color HEX #CE8300 Dark Goldenrod

📋 copy color: '#CE8300'

red 206 ◦ green 131 ◦ blue 0

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

Shades of Dark Goldenrod #CE8300

Tints of Dark Goldenrod #CE8300

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.87%

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

R = 61.13%
G = 38.87%
B = 0%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CE8300 (or 0xCE8300) is known color: Dark Goldenrod. HEX triplet: CE, 83 and 00. RGB value is (206,131,0). Sum of RGB (Red+Green+Blue) = 206+131+0=337 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.13% from 337); Green value is 131 (51.56% from 255 or 38.87% from 337); Blue value is 0 (0.39% from 255 or 0% from 337); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8300 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8300 is #317CFF. Grayscale: #8B8B8B. Windows color (decimal): -3243264 or 33742. OLE color: 33742.

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

Color convert

RGB 206 131 0 -
CMYK 0 0.36 1 0.19
HSL 38.16º 1% 0.4% -
HSV(B) 38.16º 1% 0.81% -
XYZ 33.57 29.35 3.9 -
YUV 138.49 49.85 176.15 -
System Red Green Blue C M Y K H S L
Decimal 206 131 0 0 0.36 1 0.19 38.16 1 0.4
Hex CE 83 0 0 24 64 13 26 64 28
Octal 316 203 0 0 44 144 23 46 144 50
Binary 11001110 10000011 0 0 100100 1100100 10011 100110 1100100 101000

Color Harmonies of #CE8300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8300

Black with #CE8300

Text Example


Text Example

White with #CE8300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8300; }

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

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

background-color css

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

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

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

border-color css

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

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

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