Html Css Color HEX #D5755D Japonica

📋 copy color: '#D5755D'

red 213 ◦ green 117 ◦ blue 93

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

Shades of Japonica #D5755D

Tints of Japonica #D5755D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.66%

 BLUE value IS 93 (36.72% from 255) = 21.99%

R = 50.35%
G = 27.66%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D5755D (or 0xD5755D) is known color: Japonica. HEX triplet: D5, 75 and 5D. RGB value is (213,117,93). Sum of RGB (Red+Green+Blue) = 213+117+93=423 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.35% from 423); Green value is 117 (46.09% from 255 or 27.66% from 423); Blue value is 93 (36.72% from 255 or 21.99% from 423); Max value from RGB is 213 - color contains mainly: red. Hex color #D5755D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5755D is #2A8AA2. Grayscale: #8F8F8F. Windows color (decimal): -2788003 or 6125013. OLE color: 6125013.

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

Color convert

RGB 213 117 93 -
CMYK 0 0.45 0.56 0.16
HSL 12º 0.59% 0.6% -
HSV(B) 12º 0.56% 0.84% -
XYZ 35.78 27.66 13.81 -
YUV 142.97 99.8 177.95 -
System Red Green Blue C M Y K H S L
Decimal 213 117 93 0 0.45 0.56 0.16 12 0.59 0.6
Hex D5 75 5D 0 2D 38 10 C 3B 3C
Octal 325 165 135 0 55 70 20 14 73 74
Binary 11010101 1110101 1011101 0 101101 111000 10000 1100 111011 111100

Color Harmonies of #D5755D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5755D

Black with #D5755D

Text Example


Text Example

White with #D5755D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5755D; }

 p { color: rgb(213,117,93); }

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

background-color css

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

 a { background-color: rgb(213,117,93); }

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

border-color css

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

 span { border-color: rgb(213,117,93); }

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