Html Css Color HEX #CE8701 Dark Goldenrod

📋 copy color: '#CE8701'

red 206 ◦ green 135 ◦ blue 1

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

Shades of Dark Goldenrod #CE8701

Tints of Dark Goldenrod #CE8701

RGB

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

 GREEN value IS 135 (53.13% from 255) = 39.47%

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

R = 60.23%
G = 39.47%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CE8701 (or 0xCE8701) is known color: Dark Goldenrod. HEX triplet: CE, 87 and 01. RGB value is (206,135,1). Sum of RGB (Red+Green+Blue) = 206+135+1=342 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.23% from 342); Green value is 135 (53.12% from 255 or 39.47% from 342); Blue value is 1 (0.78% from 255 or 0.29% from 342); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8701 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8701 is #3178FE. Grayscale: #8D8D8D. Windows color (decimal): -3242239 or 100302. OLE color: 100302.

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

Color convert

RGB 206 135 1 -
CMYK 0 0.34 1.00 0.19
HSL 39.22º 0.99% 0.41% -
HSV(B) 39.22º 1% 0.81% -
XYZ 34.12 30.45 4.11 -
YUV 140.95 49.02 174.4 -
System Red Green Blue C M Y K H S L
Decimal 206 135 1 0 0.34 1.00 0.19 39.22 0.99 0.41
Hex CE 87 1 0 22 64 13 27 63 29
Octal 316 207 1 0 42 144 23 47 143 51
Binary 11001110 10000111 1 0 100010 1100100 10011 100111 1100011 101001

Color Harmonies of #CE8701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8701

Black with #CE8701

Text Example


Text Example

White with #CE8701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8701; }

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

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

background-color css

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

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

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

border-color css

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

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

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