Html Css Color HEX #D37064 Japonica

📋 copy color: '#D37064'

red 211 ◦ green 112 ◦ blue 100

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

Shades of Japonica #D37064

Tints of Japonica #D37064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 23.64%

R = 49.88%
G = 26.48%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.17

RGB Variations

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

Color information

#D37064 (or 0xD37064) is known color: Japonica. HEX triplet: D3, 70 and 64. RGB value is (211,112,100). Sum of RGB (Red+Green+Blue) = 211+112+100=423 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.88% from 423); Green value is 112 (44.14% from 255 or 26.48% from 423); Blue value is 100 (39.45% from 255 or 23.64% from 423); Max value from RGB is 211 - color contains mainly: red. Hex color #D37064 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37064 is #2C8F9B. Grayscale: #8C8C8C. Windows color (decimal): -2920348 or 6582483. OLE color: 6582483.

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

Color convert

RGB 211 112 100 -
CMYK 0 0.47 0.53 0.17
HSL 6.49º 0.56% 0.61% -
HSV(B) 6.49º 0.53% 0.83% -
XYZ 34.96 26.36 15.3 -
YUV 140.23 105.3 178.48 -
System Red Green Blue C M Y K H S L
Decimal 211 112 100 0 0.47 0.53 0.17 6.49 0.56 0.61
Hex D3 70 64 0 2F 35 11 6 38 3D
Octal 323 160 144 0 57 65 21 6 70 75
Binary 11010011 1110000 1100100 0 101111 110101 10001 110 111000 111101

Color Harmonies of #D37064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37064

Black with #D37064

Text Example


Text Example

White with #D37064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37064; }

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

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

background-color css

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

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

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

border-color css

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

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

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