Html Css Color HEX #D6785D Japonica

📋 copy color: '#D6785D'

red 214 ◦ green 120 ◦ blue 93

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

Shades of Japonica #D6785D

Tints of Japonica #D6785D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.1%

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

R = 50.12%
G = 28.1%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D6785D (or 0xD6785D) is known color: Japonica. HEX triplet: D6, 78 and 5D. RGB value is (214,120,93). Sum of RGB (Red+Green+Blue) = 214+120+93=427 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.12% from 427); Green value is 120 (47.27% from 255 or 28.10% from 427); Blue value is 93 (36.72% from 255 or 21.78% from 427); Max value from RGB is 214 - color contains mainly: red. Hex color #D6785D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6785D is #2987A2. Grayscale: #919191. Windows color (decimal): -2721699 or 6125782. OLE color: 6125782.

HSL color Cylindrical-coordinate representation of color #D6785D: hue angle of 13.39º 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 #D6785D is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 120 93 -
CMYK 0 0.44 0.57 0.16
HSL 13.39º 0.6% 0.6% -
HSV(B) 13.39º 0.57% 0.84% -
XYZ 36.42 28.52 13.94 -
YUV 145.03 98.64 177.2 -
System Red Green Blue C M Y K H S L
Decimal 214 120 93 0 0.44 0.57 0.16 13.39 0.6 0.6
Hex D6 78 5D 0 2C 39 10 D 3C 3C
Octal 326 170 135 0 54 71 20 15 74 74
Binary 11010110 1111000 1011101 0 101100 111001 10000 1101 111100 111100

Color Harmonies of #D6785D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6785D

Black with #D6785D

Text Example


Text Example

White with #D6785D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6785D; }

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

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

background-color css

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

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

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

border-color css

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

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

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