Html Css Color HEX #D3765C Japonica

📋 copy color: '#D3765C'

red 211 ◦ green 118 ◦ blue 92

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

Shades of Japonica #D3765C

Tints of Japonica #D3765C

RGB

 RED value IS 211 (82.81% from 255) = 50.12%

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

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

R = 50.12%
G = 28.03%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.56

 K value IS 0.17

RGB Variations

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

Color information

#D3765C (or 0xD3765C) is known color: Japonica. HEX triplet: D3, 76 and 5C. RGB value is (211,118,92). Sum of RGB (Red+Green+Blue) = 211+118+92=421 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.12% from 421); Green value is 118 (46.48% from 255 or 28.03% from 421); Blue value is 92 (36.33% from 255 or 21.85% from 421); Max value from RGB is 211 - color contains mainly: red. Hex color #D3765C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3765C is #2C89A3. Grayscale: #8F8F8F. Windows color (decimal): -2918820 or 6059731. OLE color: 6059731.

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

Color convert

RGB 211 118 92 -
CMYK 0 0.44 0.56 0.17
HSL 13.11º 0.57% 0.59% -
HSV(B) 13.11º 0.56% 0.83% -
XYZ 35.27 27.58 13.59 -
YUV 142.84 99.31 176.61 -
System Red Green Blue C M Y K H S L
Decimal 211 118 92 0 0.44 0.56 0.17 13.11 0.57 0.59
Hex D3 76 5C 0 2C 38 11 D 39 3B
Octal 323 166 134 0 54 70 21 15 71 73
Binary 11010011 1110110 1011100 0 101100 111000 10001 1101 111001 111011

Color Harmonies of #D3765C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3765C

Black with #D3765C

Text Example


Text Example

White with #D3765C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3765C; }

 p { color: rgb(211,118,92); }

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

background-color css

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

 a { background-color: rgb(211,118,92); }

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

border-color css

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

 span { border-color: rgb(211,118,92); }

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