Html Css Color HEX #D2735D Japonica

📋 copy color: '#D2735D'

red 210 ◦ green 115 ◦ blue 93

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

Shades of Japonica #D2735D

Tints of Japonica #D2735D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.51%

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

R = 50.24%
G = 27.51%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D2735D (or 0xD2735D) is known color: Japonica. HEX triplet: D2, 73 and 5D. RGB value is (210,115,93). Sum of RGB (Red+Green+Blue) = 210+115+93=418 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.24% from 418); Green value is 115 (45.31% from 255 or 27.51% from 418); Blue value is 93 (36.72% from 255 or 22.25% from 418); Max value from RGB is 210 - color contains mainly: red. Hex color #D2735D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2735D is #2D8CA2. Grayscale: #8D8D8D. Windows color (decimal): -2985123 or 6124498. OLE color: 6124498.

HSL color Cylindrical-coordinate representation of color #D2735D: hue angle of 11.28º 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 #D2735D is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 115 93 -
CMYK 0 0.45 0.56 0.18
HSL 11.28º 0.57% 0.59% -
HSV(B) 11.28º 0.56% 0.82% -
XYZ 34.68 26.75 13.69 -
YUV 140.9 100.97 177.29 -
System Red Green Blue C M Y K H S L
Decimal 210 115 93 0 0.45 0.56 0.18 11.28 0.57 0.59
Hex D2 73 5D 0 2D 38 12 B 39 3B
Octal 322 163 135 0 55 70 22 13 71 73
Binary 11010010 1110011 1011101 0 101101 111000 10010 1011 111001 111011

Color Harmonies of #D2735D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2735D

Black with #D2735D

Text Example


Text Example

White with #D2735D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2735D; }

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

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

background-color css

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

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

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

border-color css

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

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

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