Html Css Color HEX #D5775F Japonica

📋 copy color: '#D5775F'

red 213 ◦ green 119 ◦ blue 95

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

Shades of Japonica #D5775F

Tints of Japonica #D5775F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.87%

 BLUE value IS 95 (37.5% from 255) = 22.25%

R = 49.88%
G = 27.87%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D5775F (or 0xD5775F) is known color: Japonica. HEX triplet: D5, 77 and 5F. RGB value is (213,119,95). Sum of RGB (Red+Green+Blue) = 213+119+95=427 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.88% from 427); Green value is 119 (46.88% from 255 or 27.87% from 427); Blue value is 95 (37.5% from 255 or 22.25% from 427); Max value from RGB is 213 - color contains mainly: red. Hex color #D5775F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5775F is #2A88A0. Grayscale: #909090. Windows color (decimal): -2787489 or 6256597. OLE color: 6256597.

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

Color convert

RGB 213 119 95 -
CMYK 0 0.44 0.55 0.16
HSL 12.2º 0.58% 0.6% -
HSV(B) 12.2º 0.55% 0.84% -
XYZ 36.1 28.17 14.36 -
YUV 144.37 100.14 176.95 -
System Red Green Blue C M Y K H S L
Decimal 213 119 95 0 0.44 0.55 0.16 12.2 0.58 0.6
Hex D5 77 5F 0 2C 37 10 C 3A 3C
Octal 325 167 137 0 54 67 20 14 72 74
Binary 11010101 1110111 1011111 0 101100 110111 10000 1100 111010 111100

Color Harmonies of #D5775F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5775F

Black with #D5775F

Text Example


Text Example

White with #D5775F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5775F; }

 p { color: rgb(213,119,95); }

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

background-color css

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

 a { background-color: rgb(213,119,95); }

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

border-color css

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

 span { border-color: rgb(213,119,95); }

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