Html Css Color HEX #D6632E Gold Drop

📋 copy color: '#D6632E'

red 214 ◦ green 99 ◦ blue 46

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

Shades of Gold Drop #D6632E

Tints of Gold Drop #D6632E

RGB

 RED value IS 214 (83.98% from 255) = 59.61%

 GREEN value IS 99 (39.06% from 255) = 27.58%

 BLUE value IS 46 (18.36% from 255) = 12.81%

R = 59.61%
G = 27.58%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D6632E (or 0xD6632E) is known color: Gold Drop. HEX triplet: D6, 63 and 2E. RGB value is (214,99,46). Sum of RGB (Red+Green+Blue) = 214+99+46=359 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.61% from 359); Green value is 99 (39.06% from 255 or 27.58% from 359); Blue value is 46 (18.36% from 255 or 12.81% from 359); Max value from RGB is 214 - color contains mainly: red. Hex color #D6632E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6632E is #299CD1. Grayscale: #7F7F7F. Windows color (decimal): -2727122 or 3040214. OLE color: 3040214.

HSL color Cylindrical-coordinate representation of color #D6632E: hue angle of 18.93º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D6632E is Cyan = 0, Magento = 0.54, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 99 46 -
CMYK 0 0.54 0.79 0.16
HSL 18.93º 0.67% 0.51% -
HSV(B) 18.93º 0.79% 0.84% -
XYZ 32.69 23.42 5.38 -
YUV 127.34 82.1 189.81 -
System Red Green Blue C M Y K H S L
Decimal 214 99 46 0 0.54 0.79 0.16 18.93 0.67 0.51
Hex D6 63 2E 0 36 4F 10 13 43 33
Octal 326 143 56 0 66 117 20 23 103 63
Binary 11010110 1100011 101110 0 110110 1001111 10000 10011 1000011 110011

Color Harmonies of #D6632E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6632E

Black with #D6632E

Text Example


Text Example

White with #D6632E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6632E; }

 p { color: rgb(214,99,46); }

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

background-color css

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

 a { background-color: rgb(214,99,46); }

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

border-color css

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

 span { border-color: rgb(214,99,46); }

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