Html Css Color HEX #CE6731 Gold Drop

📋 copy color: '#CE6731'

red 206 ◦ green 103 ◦ blue 49

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

Shades of Gold Drop #CE6731

Tints of Gold Drop #CE6731

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.77%

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

R = 57.54%
G = 28.77%
B = 13.69%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CE6731 (or 0xCE6731) is known color: Gold Drop. HEX triplet: CE, 67 and 31. RGB value is (206,103,49). Sum of RGB (Red+Green+Blue) = 206+103+49=358 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.54% from 358); Green value is 103 (40.62% from 255 or 28.77% from 358); Blue value is 49 (19.53% from 255 or 13.69% from 358); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6731 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6731 is #3198CE. Grayscale: #7F7F7F. Windows color (decimal): -3250383 or 3237838. OLE color: 3237838.

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

Color convert

RGB 206 103 49 -
CMYK 0 0.50 0.76 0.19
HSL 20.64º 0.62% 0.5% -
HSV(B) 20.64º 0.76% 0.81% -
XYZ 30.86 23.04 5.73 -
YUV 127.64 83.62 183.89 -
System Red Green Blue C M Y K H S L
Decimal 206 103 49 0 0.50 0.76 0.19 20.64 0.62 0.5
Hex CE 67 31 0 32 4C 13 15 3E 32
Octal 316 147 61 0 62 114 23 25 76 62
Binary 11001110 1100111 110001 0 110010 1001100 10011 10101 111110 110010

Color Harmonies of #CE6731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6731

Black with #CE6731

Text Example


Text Example

White with #CE6731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6731; }

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

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

background-color css

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

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

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

border-color css

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

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

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