Html Css Color HEX #D76532 Gold Drop

📋 copy color: '#D76532'

red 215 ◦ green 101 ◦ blue 50

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

Shades of Gold Drop #D76532

Tints of Gold Drop #D76532

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.6%

 BLUE value IS 50 (19.92% from 255) = 13.66%

R = 58.74%
G = 27.6%
B = 13.66%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D76532 (or 0xD76532) is known color: Gold Drop. HEX triplet: D7, 65 and 32. RGB value is (215,101,50). Sum of RGB (Red+Green+Blue) = 215+101+50=366 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.74% from 366); Green value is 101 (39.84% from 255 or 27.60% from 366); Blue value is 50 (19.92% from 255 or 13.66% from 366); Max value from RGB is 215 - color contains mainly: red. Hex color #D76532 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76532 is #289ACD. Grayscale: #818181. Windows color (decimal): -2661070 or 3302871. OLE color: 3302871.

HSL color Cylindrical-coordinate representation of color #D76532: hue angle of 18.55º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D76532 is Cyan = 0, Magento = 0.53, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 101 50 -
CMYK 0 0.53 0.77 0.16
HSL 18.55º 0.67% 0.52% -
HSV(B) 18.55º 0.77% 0.84% -
XYZ 33.25 23.98 5.89 -
YUV 129.27 83.27 189.15 -
System Red Green Blue C M Y K H S L
Decimal 215 101 50 0 0.53 0.77 0.16 18.55 0.67 0.52
Hex D7 65 32 0 35 4D 10 13 43 34
Octal 327 145 62 0 65 115 20 23 103 64
Binary 11010111 1100101 110010 0 110101 1001101 10000 10011 1000011 110100

Color Harmonies of #D76532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76532

Black with #D76532

Text Example


Text Example

White with #D76532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76532; }

 p { color: rgb(215,101,50); }

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

background-color css

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

 a { background-color: rgb(215,101,50); }

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

border-color css

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

 span { border-color: rgb(215,101,50); }

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