Html Css Color HEX #CE6834 Gold Drop

📋 copy color: '#CE6834'

red 206 ◦ green 104 ◦ blue 52

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

Shades of Gold Drop #CE6834

Tints of Gold Drop #CE6834

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.73%

 BLUE value IS 52 (20.7% from 255) = 14.36%

R = 56.91%
G = 28.73%
B = 14.36%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#CE6834 (or 0xCE6834) is known color: Gold Drop. HEX triplet: CE, 68 and 34. RGB value is (206,104,52). Sum of RGB (Red+Green+Blue) = 206+104+52=362 (47% of max value = 765). Red value is 206 (80.86% from 255 or 56.91% from 362); Green value is 104 (41.02% from 255 or 28.73% from 362); Blue value is 52 (20.70% from 255 or 14.36% from 362); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6834 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6834 is #3197CB. Grayscale: #808080. Windows color (decimal): -3250124 or 3434702. OLE color: 3434702.

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

Color convert

RGB 206 104 52 -
CMYK 0 0.50 0.75 0.19
HSL 20.26º 0.61% 0.51% -
HSV(B) 20.26º 0.75% 0.81% -
XYZ 31.02 23.27 6.11 -
YUV 128.57 84.79 183.23 -
System Red Green Blue C M Y K H S L
Decimal 206 104 52 0 0.50 0.75 0.19 20.26 0.61 0.51
Hex CE 68 34 0 32 4B 13 14 3D 33
Octal 316 150 64 0 62 113 23 24 75 63
Binary 11001110 1101000 110100 0 110010 1001011 10011 10100 111101 110011

Color Harmonies of #CE6834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6834

Black with #CE6834

Text Example


Text Example

White with #CE6834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6834; }

 p { color: rgb(206,104,52); }

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

background-color css

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

 a { background-color: rgb(206,104,52); }

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

border-color css

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

 span { border-color: rgb(206,104,52); }

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