Html Css Color HEX #D76128 Gold Drop

📋 copy color: '#D76128'

red 215 ◦ green 97 ◦ blue 40

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

Shades of Gold Drop #D76128

Tints of Gold Drop #D76128

RGB

 RED value IS 215 (84.38% from 255) = 61.08%

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

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

R = 61.08%
G = 27.56%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D76128 (or 0xD76128) is known color: Gold Drop. HEX triplet: D7, 61 and 28. RGB value is (215,97,40). Sum of RGB (Red+Green+Blue) = 215+97+40=352 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.08% from 352); Green value is 97 (38.28% from 255 or 27.56% from 352); Blue value is 40 (16.02% from 255 or 11.36% from 352); Max value from RGB is 215 - color contains mainly: red. Hex color #D76128 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76128 is #289ED7. Grayscale: #7E7E7E. Windows color (decimal): -2662104 or 2646487. OLE color: 2646487.

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

Color convert

RGB 215 97 40 -
CMYK 0 0.55 0.81 0.16
HSL 19.54º 0.69% 0.5% -
HSV(B) 19.54º 0.81% 0.84% -
XYZ 32.68 23.15 4.75 -
YUV 125.78 79.59 191.63 -
System Red Green Blue C M Y K H S L
Decimal 215 97 40 0 0.55 0.81 0.16 19.54 0.69 0.5
Hex D7 61 28 0 37 51 10 14 45 32
Octal 327 141 50 0 67 121 20 24 105 62
Binary 11010111 1100001 101000 0 110111 1010001 10000 10100 1000101 110010

Color Harmonies of #D76128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76128

Black with #D76128

Text Example


Text Example

White with #D76128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76128; }

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

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

background-color css

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

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

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

border-color css

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

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

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