Html Css Color HEX #D6725F Japonica

📋 copy color: '#D6725F'

red 214 ◦ green 114 ◦ blue 95

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

Shades of Japonica #D6725F

Tints of Japonica #D6725F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.95%

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

R = 50.59%
G = 26.95%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D6725F (or 0xD6725F) is known color: Japonica. HEX triplet: D6, 72 and 5F. RGB value is (214,114,95). Sum of RGB (Red+Green+Blue) = 214+114+95=423 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.59% from 423); Green value is 114 (44.92% from 255 or 26.95% from 423); Blue value is 95 (37.5% from 255 or 22.46% from 423); Max value from RGB is 214 - color contains mainly: red. Hex color #D6725F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6725F is #298DA0. Grayscale: #8D8D8D. Windows color (decimal): -2723233 or 6255318. OLE color: 6255318.

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

Color convert

RGB 214 114 95 -
CMYK 0 0.47 0.56 0.16
HSL 9.58º 0.59% 0.61% -
HSV(B) 9.58º 0.56% 0.84% -
XYZ 35.81 27.16 14.18 -
YUV 141.73 101.63 179.54 -
System Red Green Blue C M Y K H S L
Decimal 214 114 95 0 0.47 0.56 0.16 9.58 0.59 0.61
Hex D6 72 5F 0 2F 38 10 A 3B 3D
Octal 326 162 137 0 57 70 20 12 73 75
Binary 11010110 1110010 1011111 0 101111 111000 10000 1010 111011 111101

Color Harmonies of #D6725F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6725F

Black with #D6725F

Text Example


Text Example

White with #D6725F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6725F; }

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

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

background-color css

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

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

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

border-color css

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

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

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