Html Css Color HEX #CE8400 Dark Goldenrod

📋 copy color: '#CE8400'

red 206 ◦ green 132 ◦ blue 0

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

Shades of Dark Goldenrod #CE8400

Tints of Dark Goldenrod #CE8400

RGB

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

 GREEN value IS 132 (51.95% from 255) = 39.05%

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

R = 60.95%
G = 39.05%
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

#CE8400 (or 0xCE8400) is known color: Dark Goldenrod. HEX triplet: CE, 84 and 00. RGB value is (206,132,0). Sum of RGB (Red+Green+Blue) = 206+132+0=338 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.95% from 338); Green value is 132 (51.95% from 255 or 39.05% from 338); Blue value is 0 (0.39% from 255 or 0% from 338); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8400 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8400 is #317BFF. Grayscale: #8B8B8B. Windows color (decimal): -3243008 or 33998. OLE color: 33998.

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

Color convert

RGB 206 132 0 -
CMYK 0 0.36 1 0.19
HSL 38.45º 1% 0.4% -
HSV(B) 38.45º 1% 0.81% -
XYZ 33.7 29.62 3.94 -
YUV 139.08 49.52 175.73 -
System Red Green Blue C M Y K H S L
Decimal 206 132 0 0 0.36 1 0.19 38.45 1 0.4
Hex CE 84 0 0 24 64 13 26 64 28
Octal 316 204 0 0 44 144 23 46 144 50
Binary 11001110 10000100 0 0 100100 1100100 10011 100110 1100100 101000

Color Harmonies of #CE8400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8400

Black with #CE8400

Text Example


Text Example

White with #CE8400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8400; }

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

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

background-color css

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

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

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

border-color css

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

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

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