Html Css Color HEX #D56B32 Gold Drop

📋 copy color: '#D56B32'

red 213 ◦ green 107 ◦ blue 50

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

Shades of Gold Drop #D56B32

Tints of Gold Drop #D56B32

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.92%

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

R = 57.57%
G = 28.92%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D56B32 (or 0xD56B32) is known color: Gold Drop. HEX triplet: D5, 6B and 32. RGB value is (213,107,50). Sum of RGB (Red+Green+Blue) = 213+107+50=370 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.57% from 370); Green value is 107 (42.19% from 255 or 28.92% from 370); Blue value is 50 (19.92% from 255 or 13.51% from 370); Max value from RGB is 213 - color contains mainly: red. Hex color #D56B32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56B32 is #2A94CD. Grayscale: #848484. Windows color (decimal): -2790606 or 3304405. OLE color: 3304405.

HSL color Cylindrical-coordinate representation of color #D56B32: hue angle of 20.98º degrees, saturation: 0.66, 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 #D56B32 is Cyan = 0, Magento = 0.50, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 107 50 -
CMYK 0 0.50 0.77 0.16
HSL 20.98º 0.66% 0.52% -
HSV(B) 20.98º 0.77% 0.84% -
XYZ 33.27 24.89 6.07 -
YUV 132.2 81.62 185.63 -
System Red Green Blue C M Y K H S L
Decimal 213 107 50 0 0.50 0.77 0.16 20.98 0.66 0.52
Hex D5 6B 32 0 32 4D 10 15 42 34
Octal 325 153 62 0 62 115 20 25 102 64
Binary 11010101 1101011 110010 0 110010 1001101 10000 10101 1000010 110100

Color Harmonies of #D56B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56B32

Black with #D56B32

Text Example


Text Example

White with #D56B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56B32; }

 p { color: rgb(213,107,50); }

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

background-color css

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

 a { background-color: rgb(213,107,50); }

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

border-color css

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

 span { border-color: rgb(213,107,50); }

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