Html Css Color HEX #D56D52 Japonica

📋 copy color: '#D56D52'

red 213 ◦ green 109 ◦ blue 82

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

Shades of Japonica #D56D52

Tints of Japonica #D56D52

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.98%

 BLUE value IS 82 (32.42% from 255) = 20.3%

R = 52.72%
G = 26.98%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D56D52 (or 0xD56D52) is known color: Japonica. HEX triplet: D5, 6D and 52. RGB value is (213,109,82). Sum of RGB (Red+Green+Blue) = 213+109+82=404 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.72% from 404); Green value is 109 (42.97% from 255 or 26.98% from 404); Blue value is 82 (32.42% from 255 or 20.30% from 404); Max value from RGB is 213 - color contains mainly: red. Hex color #D56D52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56D52 is #2A92AD. Grayscale: #898989. Windows color (decimal): -2790062 or 5402069. OLE color: 5402069.

HSL color Cylindrical-coordinate representation of color #D56D52: hue angle of 12.37º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D56D52 is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 109 82 -
CMYK 0 0.49 0.62 0.16
HSL 12.37º 0.61% 0.58% -
HSV(B) 12.37º 0.62% 0.84% -
XYZ 34.43 25.69 11.13 -
YUV 137.02 96.96 182.2 -
System Red Green Blue C M Y K H S L
Decimal 213 109 82 0 0.49 0.62 0.16 12.37 0.61 0.58
Hex D5 6D 52 0 31 3E 10 C 3D 3A
Octal 325 155 122 0 61 76 20 14 75 72
Binary 11010101 1101101 1010010 0 110001 111110 10000 1100 111101 111010

Color Harmonies of #D56D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56D52

Black with #D56D52

Text Example


Text Example

White with #D56D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56D52; }

 p { color: rgb(213,109,82); }

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

background-color css

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

 a { background-color: rgb(213,109,82); }

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

border-color css

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

 span { border-color: rgb(213,109,82); }

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