Html Css Color HEX #D6745F Japonica

📋 copy color: '#D6745F'

red 214 ◦ green 116 ◦ blue 95

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

Shades of Japonica #D6745F

Tints of Japonica #D6745F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 22.35%

R = 50.35%
G = 27.29%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D6745F (or 0xD6745F) is known color: Japonica. HEX triplet: D6, 74 and 5F. RGB value is (214,116,95). Sum of RGB (Red+Green+Blue) = 214+116+95=425 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.35% from 425); Green value is 116 (45.70% from 255 or 27.29% from 425); Blue value is 95 (37.5% from 255 or 22.35% from 425); Max value from RGB is 214 - color contains mainly: red. Hex color #D6745F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6745F is #298BA0. Grayscale: #8F8F8F. Windows color (decimal): -2722721 or 6255830. OLE color: 6255830.

HSL color Cylindrical-coordinate representation of color #D6745F: hue angle of 10.59º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D6745F is Cyan = 0, Magento = 0.46, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 116 95 -
CMYK 0 0.46 0.56 0.16
HSL 10.59º 0.59% 0.61% -
HSV(B) 10.59º 0.56% 0.84% -
XYZ 36.04 27.61 14.26 -
YUV 142.91 100.97 178.71 -
System Red Green Blue C M Y K H S L
Decimal 214 116 95 0 0.46 0.56 0.16 10.59 0.59 0.61
Hex D6 74 5F 0 2E 38 10 B 3B 3D
Octal 326 164 137 0 56 70 20 13 73 75
Binary 11010110 1110100 1011111 0 101110 111000 10000 1011 111011 111101

Color Harmonies of #D6745F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6745F

Black with #D6745F

Text Example


Text Example

White with #D6745F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6745F; }

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

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

background-color css

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

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

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

border-color css

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

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

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