Html Css Color HEX #D6795D Japonica

📋 copy color: '#D6795D'

red 214 ◦ green 121 ◦ blue 93

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

Shades of Japonica #D6795D

Tints of Japonica #D6795D

RGB

 RED value IS 214 (83.98% from 255) = 50%

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

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

R = 50%
G = 28.27%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D6795D (or 0xD6795D) is known color: Japonica. HEX triplet: D6, 79 and 5D. RGB value is (214,121,93). Sum of RGB (Red+Green+Blue) = 214+121+93=428 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50% from 428); Green value is 121 (47.66% from 255 or 28.27% from 428); Blue value is 93 (36.72% from 255 or 21.73% from 428); Max value from RGB is 214 - color contains mainly: red. Hex color #D6795D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6795D is #2986A2. Grayscale: #919191. Windows color (decimal): -2721443 or 6126038. OLE color: 6126038.

HSL color Cylindrical-coordinate representation of color #D6795D: hue angle of 13.88º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D6795D is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 121 93 -
CMYK 0 0.43 0.57 0.16
HSL 13.88º 0.6% 0.6% -
HSV(B) 13.88º 0.57% 0.84% -
XYZ 36.54 28.76 13.98 -
YUV 145.62 98.31 176.78 -
System Red Green Blue C M Y K H S L
Decimal 214 121 93 0 0.43 0.57 0.16 13.88 0.6 0.6
Hex D6 79 5D 0 2B 39 10 E 3C 3C
Octal 326 171 135 0 53 71 20 16 74 74
Binary 11010110 1111001 1011101 0 101011 111001 10000 1110 111100 111100

Color Harmonies of #D6795D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6795D

Black with #D6795D

Text Example


Text Example

White with #D6795D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6795D; }

 p { color: rgb(214,121,93); }

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

background-color css

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

 a { background-color: rgb(214,121,93); }

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

border-color css

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

 span { border-color: rgb(214,121,93); }

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