Html Css Color HEX #CE6732 Gold Drop

📋 copy color: '#CE6732'

red 206 ◦ green 103 ◦ blue 50

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

Shades of Gold Drop #CE6732

Tints of Gold Drop #CE6732

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 13.93%

R = 57.38%
G = 28.69%
B = 13.93%

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

#CE6732 (or 0xCE6732) is known color: Gold Drop. HEX triplet: CE, 67 and 32. RGB value is (206,103,50). Sum of RGB (Red+Green+Blue) = 206+103+50=359 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.38% from 359); Green value is 103 (40.62% from 255 or 28.69% from 359); Blue value is 50 (19.92% from 255 or 13.93% from 359); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6732 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6732 is #3198CD. Grayscale: #808080. Windows color (decimal): -3250382 or 3303374. OLE color: 3303374.

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

Color convert

RGB 206 103 50 -
CMYK 0 0.50 0.76 0.19
HSL 20.38º 0.61% 0.5% -
HSV(B) 20.38º 0.76% 0.81% -
XYZ 30.88 23.05 5.84 -
YUV 127.76 84.12 183.81 -
System Red Green Blue C M Y K H S L
Decimal 206 103 50 0 0.50 0.76 0.19 20.38 0.61 0.5
Hex CE 67 32 0 32 4C 13 14 3D 32
Octal 316 147 62 0 62 114 23 24 75 62
Binary 11001110 1100111 110010 0 110010 1001100 10011 10100 111101 110010

Color Harmonies of #CE6732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6732

Black with #CE6732

Text Example


Text Example

White with #CE6732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6732; }

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

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

background-color css

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

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

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

border-color css

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

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

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