Html Css Color HEX #D8632E Gold Drop

📋 copy color: '#D8632E'

red 216 ◦ green 99 ◦ blue 46

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

Shades of Gold Drop #D8632E

Tints of Gold Drop #D8632E

RGB

 RED value IS 216 (84.77% from 255) = 59.83%

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

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

R = 59.83%
G = 27.42%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D8632E (or 0xD8632E) is known color: Gold Drop. HEX triplet: D8, 63 and 2E. RGB value is (216,99,46). Sum of RGB (Red+Green+Blue) = 216+99+46=361 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.83% from 361); Green value is 99 (39.06% from 255 or 27.42% from 361); Blue value is 46 (18.36% from 255 or 12.74% from 361); Max value from RGB is 216 - color contains mainly: red. Hex color #D8632E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8632E is #279CD1. Grayscale: #808080. Windows color (decimal): -2596050 or 3040216. OLE color: 3040216.

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

Color convert

RGB 216 99 46 -
CMYK 0 0.54 0.79 0.15
HSL 18.71º 0.69% 0.51% -
HSV(B) 18.71º 0.79% 0.85% -
XYZ 33.27 23.72 5.41 -
YUV 127.94 81.76 190.81 -
System Red Green Blue C M Y K H S L
Decimal 216 99 46 0 0.54 0.79 0.15 18.71 0.69 0.51
Hex D8 63 2E 0 36 4F F 13 45 33
Octal 330 143 56 0 66 117 17 23 105 63
Binary 11011000 1100011 101110 0 110110 1001111 1111 10011 1000101 110011

Color Harmonies of #D8632E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8632E

Black with #D8632E

Text Example


Text Example

White with #D8632E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8632E; }

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

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

background-color css

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

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

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

border-color css

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

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

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