Html Css Color HEX #CE6931 Gold Drop

📋 copy color: '#CE6931'

red 206 ◦ green 105 ◦ blue 49

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

Shades of Gold Drop #CE6931

Tints of Gold Drop #CE6931

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.17%

 BLUE value IS 49 (19.53% from 255) = 13.61%

R = 57.22%
G = 29.17%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CE6931 (or 0xCE6931) is known color: Gold Drop. HEX triplet: CE, 69 and 31. RGB value is (206,105,49). Sum of RGB (Red+Green+Blue) = 206+105+49=360 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.22% from 360); Green value is 105 (41.41% from 255 or 29.17% from 360); Blue value is 49 (19.53% from 255 or 13.61% from 360); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6931 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6931 is #3196CE. Grayscale: #818181. Windows color (decimal): -3249871 or 3238350. OLE color: 3238350.

HSL color Cylindrical-coordinate representation of color #CE6931: hue angle of 21.4º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE6931 is Cyan = 0, Magento = 0.49, Yellow = 0.76 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 105 49 -
CMYK 0 0.49 0.76 0.19
HSL 21.4º 0.62% 0.5% -
HSV(B) 21.4º 0.76% 0.81% -
XYZ 31.06 23.45 5.79 -
YUV 128.82 82.96 183.05 -
System Red Green Blue C M Y K H S L
Decimal 206 105 49 0 0.49 0.76 0.19 21.4 0.62 0.5
Hex CE 69 31 0 31 4C 13 15 3E 32
Octal 316 151 61 0 61 114 23 25 76 62
Binary 11001110 1101001 110001 0 110001 1001100 10011 10101 111110 110010

Color Harmonies of #CE6931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6931

Black with #CE6931

Text Example


Text Example

White with #CE6931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6931; }

 p { color: rgb(206,105,49); }

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

background-color css

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

 a { background-color: rgb(206,105,49); }

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

border-color css

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

 span { border-color: rgb(206,105,49); }

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