Html Css Color HEX #D8652E Gold Drop

📋 copy color: '#D8652E'

red 216 ◦ green 101 ◦ blue 46

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

Shades of Gold Drop #D8652E

Tints of Gold Drop #D8652E

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.82%

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

R = 59.5%
G = 27.82%
B = 12.67%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D8652E (or 0xD8652E) is known color: Gold Drop. HEX triplet: D8, 65 and 2E. RGB value is (216,101,46). Sum of RGB (Red+Green+Blue) = 216+101+46=363 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.50% from 363); Green value is 101 (39.84% from 255 or 27.82% from 363); Blue value is 46 (18.36% from 255 or 12.67% from 363); Max value from RGB is 216 - color contains mainly: red. Hex color #D8652E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8652E is #279AD1. Grayscale: #818181. Windows color (decimal): -2595538 or 3040728. OLE color: 3040728.

HSL color Cylindrical-coordinate representation of color #D8652E: hue angle of 19.41º 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 #D8652E is Cyan = 0, Magento = 0.53, Yellow = 0.79 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 101 46 -
CMYK 0 0.53 0.79 0.15
HSL 19.41º 0.69% 0.51% -
HSV(B) 19.41º 0.79% 0.85% -
XYZ 33.47 24.1 5.47 -
YUV 129.12 81.1 189.97 -
System Red Green Blue C M Y K H S L
Decimal 216 101 46 0 0.53 0.79 0.15 19.41 0.69 0.51
Hex D8 65 2E 0 35 4F F 13 45 33
Octal 330 145 56 0 65 117 17 23 105 63
Binary 11011000 1100101 101110 0 110101 1001111 1111 10011 1000101 110011

Color Harmonies of #D8652E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8652E

Black with #D8652E

Text Example


Text Example

White with #D8652E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8652E; }

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

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

background-color css

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

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

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

border-color css

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

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

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