Html Css Color HEX #D56328 Gold Drop

📋 copy color: '#D56328'

red 213 ◦ green 99 ◦ blue 40

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

Shades of Gold Drop #D56328

Tints of Gold Drop #D56328

RGB

 RED value IS 213 (83.59% from 255) = 60.51%

 GREEN value IS 99 (39.06% from 255) = 28.13%

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

R = 60.51%
G = 28.13%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D56328 (or 0xD56328) is known color: Gold Drop. HEX triplet: D5, 63 and 28. RGB value is (213,99,40). Sum of RGB (Red+Green+Blue) = 213+99+40=352 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.51% from 352); Green value is 99 (39.06% from 255 or 28.12% from 352); Blue value is 40 (16.02% from 255 or 11.36% from 352); Max value from RGB is 213 - color contains mainly: red. Hex color #D56328 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56328 is #2A9CD7. Grayscale: #7E7E7E. Windows color (decimal): -2792664 or 2646997. OLE color: 2646997.

HSL color Cylindrical-coordinate representation of color #D56328: hue angle of 20.46º degrees, saturation: 0.68, 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 #D56328 is Cyan = 0, Magento = 0.54, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 99 40 -
CMYK 0 0.54 0.81 0.16
HSL 20.46º 0.68% 0.5% -
HSV(B) 20.46º 0.81% 0.84% -
XYZ 32.29 23.22 4.79 -
YUV 126.36 79.27 189.8 -
System Red Green Blue C M Y K H S L
Decimal 213 99 40 0 0.54 0.81 0.16 20.46 0.68 0.5
Hex D5 63 28 0 36 51 10 14 44 32
Octal 325 143 50 0 66 121 20 24 104 62
Binary 11010101 1100011 101000 0 110110 1010001 10000 10100 1000100 110010

Color Harmonies of #D56328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56328

Black with #D56328

Text Example


Text Example

White with #D56328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56328; }

 p { color: rgb(213,99,40); }

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

background-color css

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

 a { background-color: rgb(213,99,40); }

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

border-color css

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

 span { border-color: rgb(213,99,40); }

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