Html Css Color HEX #CE8201 Dark Goldenrod

📋 copy color: '#CE8201'

red 206 ◦ green 130 ◦ blue 1

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

Shades of Dark Goldenrod #CE8201

Tints of Dark Goldenrod #CE8201

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.58%

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

R = 61.13%
G = 38.58%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CE8201 (or 0xCE8201) is known color: Dark Goldenrod. HEX triplet: CE, 82 and 01. RGB value is (206,130,1). Sum of RGB (Red+Green+Blue) = 206+130+1=337 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.13% from 337); Green value is 130 (51.17% from 255 or 38.58% from 337); Blue value is 1 (0.78% from 255 or 0.30% from 337); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8201 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8201 is #317DFE. Grayscale: #8A8A8A. Windows color (decimal): -3243519 or 99022. OLE color: 99022.

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

Color convert

RGB 206 130 1 -
CMYK 0 0.37 1.00 0.19
HSL 37.76º 0.99% 0.41% -
HSV(B) 37.76º 1% 0.81% -
XYZ 33.44 29.09 3.88 -
YUV 138.02 50.68 176.49 -
System Red Green Blue C M Y K H S L
Decimal 206 130 1 0 0.37 1.00 0.19 37.76 0.99 0.41
Hex CE 82 1 0 25 64 13 26 63 29
Octal 316 202 1 0 45 144 23 46 143 51
Binary 11001110 10000010 1 0 100101 1100100 10011 100110 1100011 101001

Color Harmonies of #CE8201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8201

Black with #CE8201

Text Example


Text Example

White with #CE8201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8201; }

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

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

background-color css

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

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

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

border-color css

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

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

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