Html Css Color HEX #D2795A Japonica

📋 copy color: '#D2795A'

red 210 ◦ green 121 ◦ blue 90

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

Shades of Japonica #D2795A

Tints of Japonica #D2795A

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.74%

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

R = 49.88%
G = 28.74%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D2795A (or 0xD2795A) is known color: Japonica. HEX triplet: D2, 79 and 5A. RGB value is (210,121,90). Sum of RGB (Red+Green+Blue) = 210+121+90=421 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.88% from 421); Green value is 121 (47.66% from 255 or 28.74% from 421); Blue value is 90 (35.55% from 255 or 21.38% from 421); Max value from RGB is 210 - color contains mainly: red. Hex color #D2795A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2795A is #2D86A5. Grayscale: #909090. Windows color (decimal): -2983590 or 5929426. OLE color: 5929426.

HSL color Cylindrical-coordinate representation of color #D2795A: hue angle of 15.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 #D2795A is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 121 90 -
CMYK 0 0.42 0.57 0.18
HSL 15.5º 0.57% 0.59% -
HSV(B) 15.5º 0.57% 0.82% -
XYZ 35.26 28.11 13.24 -
YUV 144.08 97.49 175.02 -
System Red Green Blue C M Y K H S L
Decimal 210 121 90 0 0.42 0.57 0.18 15.5 0.57 0.59
Hex D2 79 5A 0 2A 39 12 10 39 3B
Octal 322 171 132 0 52 71 22 20 71 73
Binary 11010010 1111001 1011010 0 101010 111001 10010 10000 111001 111011

Color Harmonies of #D2795A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2795A

Black with #D2795A

Text Example


Text Example

White with #D2795A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2795A; }

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

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

background-color css

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

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

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

border-color css

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

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

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