Html Css Color HEX #CE8D10 Dark Goldenrod

📋 copy color: '#CE8D10'

red 206 ◦ green 141 ◦ blue 16

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

Shades of Dark Goldenrod #CE8D10

Tints of Dark Goldenrod #CE8D10

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.84%

 BLUE value IS 16 (6.64% from 255) = 4.41%

R = 56.75%
G = 38.84%
B = 4.41%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CE8D10 (or 0xCE8D10) is known color: Dark Goldenrod. HEX triplet: CE, 8D and 10. RGB value is (206,141,16). Sum of RGB (Red+Green+Blue) = 206+141+16=363 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.75% from 363); Green value is 141 (55.47% from 255 or 38.84% from 363); Blue value is 16 (6.64% from 255 or 4.41% from 363); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8D10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8D10 is #3172EF. Grayscale: #929292. Windows color (decimal): -3240688 or 1084878. OLE color: 1084878.

HSL color Cylindrical-coordinate representation of color #CE8D10: hue angle of 39.47º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE8D10 is Cyan = 0, Magento = 0.32, Yellow = 0.92 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 141 16 -
CMYK 0 0.32 0.92 0.19
HSL 39.47º 0.86% 0.44% -
HSV(B) 39.47º 0.92% 0.81% -
XYZ 35.07 32.21 4.86 -
YUV 146.19 54.53 170.66 -
System Red Green Blue C M Y K H S L
Decimal 206 141 16 0 0.32 0.92 0.19 39.47 0.86 0.44
Hex CE 8D 10 0 20 5C 13 27 56 2C
Octal 316 215 20 0 40 134 23 47 126 54
Binary 11001110 10001101 10000 0 100000 1011100 10011 100111 1010110 101100

Color Harmonies of #CE8D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8D10

Black with #CE8D10

Text Example


Text Example

White with #CE8D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8D10; }

 p { color: rgb(206,141,16); }

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

background-color css

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

 a { background-color: rgb(206,141,16); }

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

border-color css

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

 span { border-color: rgb(206,141,16); }

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