Html Css Color HEX #CE6935 Gold Drop

📋 copy color: '#CE6935'

red 206 ◦ green 105 ◦ blue 53

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

Shades of Gold Drop #CE6935

Tints of Gold Drop #CE6935

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 14.56%

R = 56.59%
G = 28.85%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CE6935 (or 0xCE6935) is known color: Gold Drop. HEX triplet: CE, 69 and 35. RGB value is (206,105,53). Sum of RGB (Red+Green+Blue) = 206+105+53=364 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.59% from 364); Green value is 105 (41.41% from 255 or 28.85% from 364); Blue value is 53 (21.09% from 255 or 14.56% from 364); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6935 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6935 is #3196CA. Grayscale: #818181. Windows color (decimal): -3249867 or 3500494. OLE color: 3500494.

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

Color convert

RGB 206 105 53 -
CMYK 0 0.49 0.74 0.19
HSL 20.39º 0.61% 0.51% -
HSV(B) 20.39º 0.74% 0.81% -
XYZ 31.15 23.48 6.26 -
YUV 129.27 84.96 182.73 -
System Red Green Blue C M Y K H S L
Decimal 206 105 53 0 0.49 0.74 0.19 20.39 0.61 0.51
Hex CE 69 35 0 31 4A 13 14 3D 33
Octal 316 151 65 0 61 112 23 24 75 63
Binary 11001110 1101001 110101 0 110001 1001010 10011 10100 111101 110011

Color Harmonies of #CE6935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6935

Black with #CE6935

Text Example


Text Example

White with #CE6935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6935; }

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

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

background-color css

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

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

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

border-color css

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

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

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