Html Css Color HEX #CE8F10 Dark Goldenrod

📋 copy color: '#CE8F10'

red 206 ◦ green 143 ◦ blue 16

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

Shades of Dark Goldenrod #CE8F10

Tints of Dark Goldenrod #CE8F10

RGB

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

 GREEN value IS 143 (56.25% from 255) = 39.18%

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

R = 56.44%
G = 39.18%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CE8F10 (or 0xCE8F10) is known color: Dark Goldenrod. HEX triplet: CE, 8F and 10. RGB value is (206,143,16). Sum of RGB (Red+Green+Blue) = 206+143+16=365 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.44% from 365); Green value is 143 (56.25% from 255 or 39.18% from 365); Blue value is 16 (6.64% from 255 or 4.38% from 365); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8F10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8F10 is #3170EF. Grayscale: #939393. Windows color (decimal): -3240176 or 1085390. OLE color: 1085390.

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

Color convert

RGB 206 143 16 -
CMYK 0 0.31 0.92 0.19
HSL 40.11º 0.86% 0.44% -
HSV(B) 40.11º 0.92% 0.81% -
XYZ 35.37 32.8 4.96 -
YUV 147.36 53.87 169.83 -
System Red Green Blue C M Y K H S L
Decimal 206 143 16 0 0.31 0.92 0.19 40.11 0.86 0.44
Hex CE 8F 10 0 1F 5C 13 28 56 2C
Octal 316 217 20 0 37 134 23 50 126 54
Binary 11001110 10001111 10000 0 11111 1011100 10011 101000 1010110 101100

Color Harmonies of #CE8F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8F10

Black with #CE8F10

Text Example


Text Example

White with #CE8F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8F10; }

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

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

background-color css

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

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

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

border-color css

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

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

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