Html Css Color HEX #D2775C Japonica

📋 copy color: '#D2775C'

red 210 ◦ green 119 ◦ blue 92

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

Shades of Japonica #D2775C

Tints of Japonica #D2775C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.27%

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

R = 49.88%
G = 28.27%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D2775C (or 0xD2775C) is known color: Japonica. HEX triplet: D2, 77 and 5C. RGB value is (210,119,92). Sum of RGB (Red+Green+Blue) = 210+119+92=421 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.88% from 421); Green value is 119 (46.88% from 255 or 28.27% from 421); Blue value is 92 (36.33% from 255 or 21.85% from 421); Max value from RGB is 210 - color contains mainly: red. Hex color #D2775C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2775C is #2D88A3. Grayscale: #8F8F8F. Windows color (decimal): -2984100 or 6059986. OLE color: 6059986.

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

Color convert

RGB 210 119 92 -
CMYK 0 0.43 0.56 0.18
HSL 13.73º 0.57% 0.59% -
HSV(B) 13.73º 0.56% 0.82% -
XYZ 35.11 27.67 13.62 -
YUV 143.13 99.15 175.7 -
System Red Green Blue C M Y K H S L
Decimal 210 119 92 0 0.43 0.56 0.18 13.73 0.57 0.59
Hex D2 77 5C 0 2B 38 12 E 39 3B
Octal 322 167 134 0 53 70 22 16 71 73
Binary 11010010 1110111 1011100 0 101011 111000 10010 1110 111001 111011

Color Harmonies of #D2775C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2775C

Black with #D2775C

Text Example


Text Example

White with #D2775C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2775C; }

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

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

background-color css

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

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

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

border-color css

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

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

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