Html Css Color HEX #D86430 Gold Drop

📋 copy color: '#D86430'

red 216 ◦ green 100 ◦ blue 48

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

Shades of Gold Drop #D86430

Tints of Gold Drop #D86430

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.47%

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

R = 59.34%
G = 27.47%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D86430 (or 0xD86430) is known color: Gold Drop. HEX triplet: D8, 64 and 30. RGB value is (216,100,48). Sum of RGB (Red+Green+Blue) = 216+100+48=364 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.34% from 364); Green value is 100 (39.45% from 255 or 27.47% from 364); Blue value is 48 (19.14% from 255 or 13.19% from 364); Max value from RGB is 216 - color contains mainly: red. Hex color #D86430 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86430 is #279BCF. Grayscale: #818181. Windows color (decimal): -2595792 or 3171544. OLE color: 3171544.

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

Color convert

RGB 216 100 48 -
CMYK 0 0.54 0.78 0.15
HSL 18.57º 0.68% 0.52% -
HSV(B) 18.57º 0.78% 0.85% -
XYZ 33.41 23.93 5.65 -
YUV 128.76 82.43 190.23 -
System Red Green Blue C M Y K H S L
Decimal 216 100 48 0 0.54 0.78 0.15 18.57 0.68 0.52
Hex D8 64 30 0 36 4E F 13 44 34
Octal 330 144 60 0 66 116 17 23 104 64
Binary 11011000 1100100 110000 0 110110 1001110 1111 10011 1000100 110100

Color Harmonies of #D86430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86430

Black with #D86430

Text Example


Text Example

White with #D86430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86430; }

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

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

background-color css

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

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

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

border-color css

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

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

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