Html Css Color HEX #D2755A Japonica

📋 copy color: '#D2755A'

red 210 ◦ green 117 ◦ blue 90

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

Shades of Japonica #D2755A

Tints of Japonica #D2755A

RGB

 RED value IS 210 (82.42% from 255) = 50.36%

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

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

R = 50.36%
G = 28.06%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D2755A (or 0xD2755A) is known color: Japonica. HEX triplet: D2, 75 and 5A. RGB value is (210,117,90). Sum of RGB (Red+Green+Blue) = 210+117+90=417 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.36% from 417); Green value is 117 (46.09% from 255 or 28.06% from 417); Blue value is 90 (35.55% from 255 or 21.58% from 417); Max value from RGB is 210 - color contains mainly: red. Hex color #D2755A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2755A is #2D8AA5. Grayscale: #8D8D8D. Windows color (decimal): -2984614 or 5928402. OLE color: 5928402.

HSL color Cylindrical-coordinate representation of color #D2755A: hue angle of 13.5º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D2755A is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 117 90 -
CMYK 0 0.44 0.57 0.18
HSL 13.5º 0.57% 0.59% -
HSV(B) 13.5º 0.57% 0.82% -
XYZ 34.79 27.16 13.08 -
YUV 141.73 98.81 176.7 -
System Red Green Blue C M Y K H S L
Decimal 210 117 90 0 0.44 0.57 0.18 13.5 0.57 0.59
Hex D2 75 5A 0 2C 39 12 E 39 3B
Octal 322 165 132 0 54 71 22 16 71 73
Binary 11010010 1110101 1011010 0 101100 111001 10010 1110 111001 111011

Color Harmonies of #D2755A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2755A

Black with #D2755A

Text Example


Text Example

White with #D2755A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2755A; }

 p { color: rgb(210,117,90); }

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

background-color css

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

 a { background-color: rgb(210,117,90); }

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

border-color css

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

 span { border-color: rgb(210,117,90); }

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