Html Css Color HEX #D86128 Gold Drop

📋 copy color: '#D86128'

red 216 ◦ green 97 ◦ blue 40

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

Shades of Gold Drop #D86128

Tints of Gold Drop #D86128

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.48%

 BLUE value IS 40 (16.02% from 255) = 11.33%

R = 61.19%
G = 27.48%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D86128 (or 0xD86128) is known color: Gold Drop. HEX triplet: D8, 61 and 28. RGB value is (216,97,40). Sum of RGB (Red+Green+Blue) = 216+97+40=353 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.19% from 353); Green value is 97 (38.28% from 255 or 27.48% from 353); Blue value is 40 (16.02% from 255 or 11.33% from 353); Max value from RGB is 216 - color contains mainly: red. Hex color #D86128 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86128 is #279ED7. Grayscale: #7E7E7E. Windows color (decimal): -2596568 or 2646488. OLE color: 2646488.

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

Color convert

RGB 216 97 40 -
CMYK 0 0.55 0.81 0.15
HSL 19.43º 0.69% 0.5% -
HSV(B) 19.43º 0.81% 0.85% -
XYZ 32.98 23.3 4.77 -
YUV 126.08 79.42 192.13 -
System Red Green Blue C M Y K H S L
Decimal 216 97 40 0 0.55 0.81 0.15 19.43 0.69 0.5
Hex D8 61 28 0 37 51 F 13 45 32
Octal 330 141 50 0 67 121 17 23 105 62
Binary 11011000 1100001 101000 0 110111 1010001 1111 10011 1000101 110010

Color Harmonies of #D86128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86128

Black with #D86128

Text Example


Text Example

White with #D86128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86128; }

 p { color: rgb(216,97,40); }

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

background-color css

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

 a { background-color: rgb(216,97,40); }

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

border-color css

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

 span { border-color: rgb(216,97,40); }

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