Html Css Color HEX #D86F2E Gold Drop

📋 copy color: '#D86F2E'

red 216 ◦ green 111 ◦ blue 46

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

Shades of Gold Drop #D86F2E

Tints of Gold Drop #D86F2E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.76%

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

R = 57.91%
G = 29.76%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D86F2E (or 0xD86F2E) is known color: Gold Drop. HEX triplet: D8, 6F and 2E. RGB value is (216,111,46). Sum of RGB (Red+Green+Blue) = 216+111+46=373 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.91% from 373); Green value is 111 (43.75% from 255 or 29.76% from 373); Blue value is 46 (18.36% from 255 or 12.33% from 373); Max value from RGB is 216 - color contains mainly: red. Hex color #D86F2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86F2E is #2790D1. Grayscale: #878787. Windows color (decimal): -2592978 or 3043288. OLE color: 3043288.

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

Color convert

RGB 216 111 46 -
CMYK 0 0.49 0.79 0.15
HSL 22.94º 0.69% 0.51% -
HSV(B) 22.94º 0.79% 0.85% -
XYZ 34.5 26.17 5.82 -
YUV 134.99 77.79 185.79 -
System Red Green Blue C M Y K H S L
Decimal 216 111 46 0 0.49 0.79 0.15 22.94 0.69 0.51
Hex D8 6F 2E 0 31 4F F 17 45 33
Octal 330 157 56 0 61 117 17 27 105 63
Binary 11011000 1101111 101110 0 110001 1001111 1111 10111 1000101 110011

Color Harmonies of #D86F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86F2E

Black with #D86F2E

Text Example


Text Example

White with #D86F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86F2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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