Html Css Color HEX #CE6930 Gold Drop

📋 copy color: '#CE6930'

red 206 ◦ green 105 ◦ blue 48

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

Shades of Gold Drop #CE6930

Tints of Gold Drop #CE6930

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.37%

R = 57.38%
G = 29.25%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CE6930 (or 0xCE6930) is known color: Gold Drop. HEX triplet: CE, 69 and 30. RGB value is (206,105,48). Sum of RGB (Red+Green+Blue) = 206+105+48=359 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.38% from 359); Green value is 105 (41.41% from 255 or 29.25% from 359); Blue value is 48 (19.14% from 255 or 13.37% from 359); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6930 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6930 is #3196CF. Grayscale: #818181. Windows color (decimal): -3249872 or 3172814. OLE color: 3172814.

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

Color convert

RGB 206 105 48 -
CMYK 0 0.49 0.77 0.19
HSL 21.65º 0.62% 0.5% -
HSV(B) 21.65º 0.77% 0.81% -
XYZ 31.04 23.44 5.68 -
YUV 128.7 82.46 183.13 -
System Red Green Blue C M Y K H S L
Decimal 206 105 48 0 0.49 0.77 0.19 21.65 0.62 0.5
Hex CE 69 30 0 31 4D 13 16 3E 32
Octal 316 151 60 0 61 115 23 26 76 62
Binary 11001110 1101001 110000 0 110001 1001101 10011 10110 111110 110010

Color Harmonies of #CE6930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6930

Black with #CE6930

Text Example


Text Example

White with #CE6930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6930; }

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

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

background-color css

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

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

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

border-color css

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

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

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