Html Css Color HEX #D6795C Japonica

📋 copy color: '#D6795C'

red 214 ◦ green 121 ◦ blue 92

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

Shades of Japonica #D6795C

Tints of Japonica #D6795C

RGB

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

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

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

R = 50.12%
G = 28.34%
B = 21.55%

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

#D6795C (or 0xD6795C) is known color: Japonica. HEX triplet: D6, 79 and 5C. RGB value is (214,121,92). Sum of RGB (Red+Green+Blue) = 214+121+92=427 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.12% from 427); Green value is 121 (47.66% from 255 or 28.34% from 427); Blue value is 92 (36.33% from 255 or 21.55% from 427); Max value from RGB is 214 - color contains mainly: red. Hex color #D6795C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6795C is #2986A3. Grayscale: #919191. Windows color (decimal): -2721444 or 6060502. OLE color: 6060502.

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

Color convert

RGB 214 121 92 -
CMYK 0 0.43 0.57 0.16
HSL 14.26º 0.6% 0.6% -
HSV(B) 14.26º 0.57% 0.84% -
XYZ 36.5 28.74 13.75 -
YUV 145.5 97.81 176.86 -
System Red Green Blue C M Y K H S L
Decimal 214 121 92 0 0.43 0.57 0.16 14.26 0.6 0.6
Hex D6 79 5C 0 2B 39 10 E 3C 3C
Octal 326 171 134 0 53 71 20 16 74 74
Binary 11010110 1111001 1011100 0 101011 111001 10000 1110 111100 111100

Color Harmonies of #D6795C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6795C

Black with #D6795C

Text Example


Text Example

White with #D6795C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6795C; }

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

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

background-color css

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

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

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

border-color css

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

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

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