Html Css Color HEX #D86D30 Gold Drop

📋 copy color: '#D86D30'

red 216 ◦ green 109 ◦ blue 48

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

Shades of Gold Drop #D86D30

Tints of Gold Drop #D86D30

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.22%

 BLUE value IS 48 (19.14% from 255) = 12.87%

R = 57.91%
G = 29.22%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D86D30 (or 0xD86D30) is known color: Gold Drop. HEX triplet: D8, 6D and 30. RGB value is (216,109,48). Sum of RGB (Red+Green+Blue) = 216+109+48=373 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.91% from 373); Green value is 109 (42.97% from 255 or 29.22% from 373); Blue value is 48 (19.14% from 255 or 12.87% from 373); Max value from RGB is 216 - color contains mainly: red. Hex color #D86D30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86D30 is #2792CF. Grayscale: #868686. Windows color (decimal): -2593488 or 3173848. OLE color: 3173848.

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

Color convert

RGB 216 109 48 -
CMYK 0 0.50 0.78 0.15
HSL 21.79º 0.68% 0.52% -
HSV(B) 21.79º 0.78% 0.85% -
XYZ 34.32 25.75 5.96 -
YUV 134.04 79.45 186.46 -
System Red Green Blue C M Y K H S L
Decimal 216 109 48 0 0.50 0.78 0.15 21.79 0.68 0.52
Hex D8 6D 30 0 32 4E F 16 44 34
Octal 330 155 60 0 62 116 17 26 104 64
Binary 11011000 1101101 110000 0 110010 1001110 1111 10110 1000100 110100

Color Harmonies of #D86D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86D30

Black with #D86D30

Text Example


Text Example

White with #D86D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86D30; }

 p { color: rgb(216,109,48); }

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

background-color css

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

 a { background-color: rgb(216,109,48); }

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

border-color css

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

 span { border-color: rgb(216,109,48); }

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