Html Css Color HEX #D3705A Japonica

📋 copy color: '#D3705A'

red 211 ◦ green 112 ◦ blue 90

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

Shades of Japonica #D3705A

Tints of Japonica #D3705A

RGB

 RED value IS 211 (82.81% from 255) = 51.09%

 GREEN value IS 112 (44.14% from 255) = 27.12%

 BLUE value IS 90 (35.55% from 255) = 21.79%

R = 51.09%
G = 27.12%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.57

 K value IS 0.17

RGB Variations

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

Color information

#D3705A (or 0xD3705A) is known color: Japonica. HEX triplet: D3, 70 and 5A. RGB value is (211,112,90). Sum of RGB (Red+Green+Blue) = 211+112+90=413 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.09% from 413); Green value is 112 (44.14% from 255 or 27.12% from 413); Blue value is 90 (35.55% from 255 or 21.79% from 413); Max value from RGB is 211 - color contains mainly: red. Hex color #D3705A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3705A is #2C8FA5. Grayscale: #8B8B8B. Windows color (decimal): -2920358 or 5927123. OLE color: 5927123.

HSL color Cylindrical-coordinate representation of color #D3705A: hue angle of 10.91º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D3705A is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 112 90 -
CMYK 0 0.47 0.57 0.17
HSL 10.91º 0.58% 0.59% -
HSV(B) 10.91º 0.57% 0.83% -
XYZ 34.5 26.18 12.91 -
YUV 139.09 100.3 179.29 -
System Red Green Blue C M Y K H S L
Decimal 211 112 90 0 0.47 0.57 0.17 10.91 0.58 0.59
Hex D3 70 5A 0 2F 39 11 B 3A 3B
Octal 323 160 132 0 57 71 21 13 72 73
Binary 11010011 1110000 1011010 0 101111 111001 10001 1011 111010 111011

Color Harmonies of #D3705A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3705A

Black with #D3705A

Text Example


Text Example

White with #D3705A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3705A; }

 p { color: rgb(211,112,90); }

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

background-color css

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

 a { background-color: rgb(211,112,90); }

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

border-color css

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

 span { border-color: rgb(211,112,90); }

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