Html Css Color HEX #CE8505 Dark Goldenrod

📋 copy color: '#CE8505'

red 206 ◦ green 133 ◦ blue 5

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

Shades of Dark Goldenrod #CE8505

Tints of Dark Goldenrod #CE8505

RGB

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

 GREEN value IS 133 (52.34% from 255) = 38.66%

 BLUE value IS 5 (2.34% from 255) = 1.45%

R = 59.88%
G = 38.66%
B = 1.45%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CE8505 (or 0xCE8505) is known color: Dark Goldenrod. HEX triplet: CE, 85 and 05. RGB value is (206,133,5). Sum of RGB (Red+Green+Blue) = 206+133+5=344 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.88% from 344); Green value is 133 (52.34% from 255 or 38.66% from 344); Blue value is 5 (2.34% from 255 or 1.45% from 344); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8505 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8505 is #317AFA. Grayscale: #8C8C8C. Windows color (decimal): -3242747 or 361934. OLE color: 361934.

HSL color Cylindrical-coordinate representation of color #CE8505: hue angle of 38.21º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE8505 is Cyan = 0, Magento = 0.35, Yellow = 0.98 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 133 5 -
CMYK 0 0.35 0.98 0.19
HSL 38.21º 0.95% 0.41% -
HSV(B) 38.21º 0.98% 0.81% -
XYZ 33.87 29.91 4.13 -
YUV 140.24 51.68 174.91 -
System Red Green Blue C M Y K H S L
Decimal 206 133 5 0 0.35 0.98 0.19 38.21 0.95 0.41
Hex CE 85 5 0 23 62 13 26 5F 29
Octal 316 205 5 0 43 142 23 46 137 51
Binary 11001110 10000101 101 0 100011 1100010 10011 100110 1011111 101001

Color Harmonies of #CE8505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8505

Black with #CE8505

Text Example


Text Example

White with #CE8505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8505; }

 p { color: rgb(206,133,5); }

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

background-color css

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

 a { background-color: rgb(206,133,5); }

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

border-color css

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

 span { border-color: rgb(206,133,5); }

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