Html Css Color HEX #D86631 Gold Drop

📋 copy color: '#D86631'

red 216 ◦ green 102 ◦ blue 49

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

Shades of Gold Drop #D86631

Tints of Gold Drop #D86631

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.79%

 BLUE value IS 49 (19.53% from 255) = 13.35%

R = 58.86%
G = 27.79%
B = 13.35%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D86631 (or 0xD86631) is known color: Gold Drop. HEX triplet: D8, 66 and 31. RGB value is (216,102,49). Sum of RGB (Red+Green+Blue) = 216+102+49=367 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.86% from 367); Green value is 102 (40.23% from 255 or 27.79% from 367); Blue value is 49 (19.53% from 255 or 13.35% from 367); Max value from RGB is 216 - color contains mainly: red. Hex color #D86631 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86631 is #2799CE. Grayscale: #828282. Windows color (decimal): -2595279 or 3237592. OLE color: 3237592.

HSL color Cylindrical-coordinate representation of color #D86631: hue angle of 19.04º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D86631 is Cyan = 0, Magento = 0.53, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 102 49 -
CMYK 0 0.53 0.77 0.15
HSL 19.04º 0.68% 0.52% -
HSV(B) 19.04º 0.77% 0.85% -
XYZ 33.62 24.32 5.83 -
YUV 130.04 82.27 189.31 -
System Red Green Blue C M Y K H S L
Decimal 216 102 49 0 0.53 0.77 0.15 19.04 0.68 0.52
Hex D8 66 31 0 35 4D F 13 44 34
Octal 330 146 61 0 65 115 17 23 104 64
Binary 11011000 1100110 110001 0 110101 1001101 1111 10011 1000100 110100

Color Harmonies of #D86631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86631

Black with #D86631

Text Example


Text Example

White with #D86631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86631; }

 p { color: rgb(216,102,49); }

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

background-color css

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

 a { background-color: rgb(216,102,49); }

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

border-color css

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

 span { border-color: rgb(216,102,49); }

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