Html Css Color HEX #CE8301 Dark Goldenrod

📋 copy color: '#CE8301'

red 206 ◦ green 131 ◦ blue 1

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

Shades of Dark Goldenrod #CE8301

Tints of Dark Goldenrod #CE8301

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.3%

R = 60.95%
G = 38.76%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CE8301 (or 0xCE8301) is known color: Dark Goldenrod. HEX triplet: CE, 83 and 01. RGB value is (206,131,1). Sum of RGB (Red+Green+Blue) = 206+131+1=338 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.95% from 338); Green value is 131 (51.56% from 255 or 38.76% from 338); Blue value is 1 (0.78% from 255 or 0.30% from 338); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8301 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8301 is #317CFE. Grayscale: #8B8B8B. Windows color (decimal): -3243263 or 99278. OLE color: 99278.

HSL color Cylindrical-coordinate representation of color #CE8301: hue angle of 38.05º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE8301 is Cyan = 0, Magento = 0.36, Yellow = 1.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 131 1 -
CMYK 0 0.36 1.00 0.19
HSL 38.05º 0.99% 0.41% -
HSV(B) 38.05º 1% 0.81% -
XYZ 33.58 29.36 3.93 -
YUV 138.61 50.35 176.07 -
System Red Green Blue C M Y K H S L
Decimal 206 131 1 0 0.36 1.00 0.19 38.05 0.99 0.41
Hex CE 83 1 0 24 64 13 26 63 29
Octal 316 203 1 0 44 144 23 46 143 51
Binary 11001110 10000011 1 0 100100 1100100 10011 100110 1100011 101001

Color Harmonies of #CE8301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8301

Black with #CE8301

Text Example


Text Example

White with #CE8301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8301; }

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

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

background-color css

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

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

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

border-color css

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

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

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