Html Css Color HEX #D2735C Japonica

📋 copy color: '#D2735C'

red 210 ◦ green 115 ◦ blue 92

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

Shades of Japonica #D2735C

Tints of Japonica #D2735C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.06%

R = 50.36%
G = 27.58%
B = 22.06%

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

#D2735C (or 0xD2735C) is known color: Japonica. HEX triplet: D2, 73 and 5C. RGB value is (210,115,92). Sum of RGB (Red+Green+Blue) = 210+115+92=417 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.36% from 417); Green value is 115 (45.31% from 255 or 27.58% from 417); Blue value is 92 (36.33% from 255 or 22.06% from 417); Max value from RGB is 210 - color contains mainly: red. Hex color #D2735C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2735C is #2D8CA3. Grayscale: #8C8C8C. Windows color (decimal): -2985124 or 6058962. OLE color: 6058962.

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

Color convert

RGB 210 115 92 -
CMYK 0 0.45 0.56 0.18
HSL 11.69º 0.57% 0.59% -
HSV(B) 11.69º 0.56% 0.82% -
XYZ 34.64 26.74 13.46 -
YUV 140.78 100.47 177.37 -
System Red Green Blue C M Y K H S L
Decimal 210 115 92 0 0.45 0.56 0.18 11.69 0.57 0.59
Hex D2 73 5C 0 2D 38 12 C 39 3B
Octal 322 163 134 0 55 70 22 14 71 73
Binary 11010010 1110011 1011100 0 101101 111000 10010 1100 111001 111011

Color Harmonies of #D2735C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2735C

Black with #D2735C

Text Example


Text Example

White with #D2735C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2735C; }

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

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

background-color css

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

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

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

border-color css

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

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

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