Html Css Color HEX #D2765D Japonica

📋 copy color: '#D2765D'

red 210 ◦ green 118 ◦ blue 93

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

Shades of Japonica #D2765D

Tints of Japonica #D2765D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.03%

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

R = 49.88%
G = 28.03%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D2765D (or 0xD2765D) is known color: Japonica. HEX triplet: D2, 76 and 5D. RGB value is (210,118,93). Sum of RGB (Red+Green+Blue) = 210+118+93=421 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.88% from 421); Green value is 118 (46.48% from 255 or 28.03% from 421); Blue value is 93 (36.72% from 255 or 22.09% from 421); Max value from RGB is 210 - color contains mainly: red. Hex color #D2765D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2765D is #2D89A2. Grayscale: #8E8E8E. Windows color (decimal): -2984355 or 6125266. OLE color: 6125266.

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

Color convert

RGB 210 118 93 -
CMYK 0 0.44 0.56 0.18
HSL 12.82º 0.57% 0.59% -
HSV(B) 12.82º 0.56% 0.82% -
XYZ 35.03 27.45 13.81 -
YUV 142.66 99.98 176.03 -
System Red Green Blue C M Y K H S L
Decimal 210 118 93 0 0.44 0.56 0.18 12.82 0.57 0.59
Hex D2 76 5D 0 2C 38 12 D 39 3B
Octal 322 166 135 0 54 70 22 15 71 73
Binary 11010010 1110110 1011101 0 101100 111000 10010 1101 111001 111011

Color Harmonies of #D2765D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2765D

Black with #D2765D

Text Example


Text Example

White with #D2765D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2765D; }

 p { color: rgb(210,118,93); }

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

background-color css

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

 a { background-color: rgb(210,118,93); }

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

border-color css

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

 span { border-color: rgb(210,118,93); }

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