Html Css Color HEX #D6745C Japonica

📋 copy color: '#D6745C'

red 214 ◦ green 116 ◦ blue 92

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

Shades of Japonica #D6745C

Tints of Japonica #D6745C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.49%

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

R = 50.71%
G = 27.49%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D6745C (or 0xD6745C) is known color: Japonica. HEX triplet: D6, 74 and 5C. RGB value is (214,116,92). Sum of RGB (Red+Green+Blue) = 214+116+92=422 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.71% from 422); Green value is 116 (45.70% from 255 or 27.49% from 422); Blue value is 92 (36.33% from 255 or 21.80% from 422); Max value from RGB is 214 - color contains mainly: red. Hex color #D6745C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6745C is #298BA3. Grayscale: #8E8E8E. Windows color (decimal): -2722724 or 6059222. OLE color: 6059222.

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

Color convert

RGB 214 116 92 -
CMYK 0 0.46 0.57 0.16
HSL 11.8º 0.6% 0.6% -
HSV(B) 11.8º 0.57% 0.84% -
XYZ 35.91 27.56 13.55 -
YUV 142.57 99.47 178.95 -
System Red Green Blue C M Y K H S L
Decimal 214 116 92 0 0.46 0.57 0.16 11.8 0.6 0.6
Hex D6 74 5C 0 2E 39 10 C 3C 3C
Octal 326 164 134 0 56 71 20 14 74 74
Binary 11010110 1110100 1011100 0 101110 111001 10000 1100 111100 111100

Color Harmonies of #D6745C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6745C

Black with #D6745C

Text Example


Text Example

White with #D6745C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6745C; }

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

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

background-color css

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

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

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

border-color css

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

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

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