Html Css Color HEX #D6725A Japonica

📋 copy color: '#D6725A'

red 214 ◦ green 114 ◦ blue 90

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

Shades of Japonica #D6725A

Tints of Japonica #D6725A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.53%

R = 51.2%
G = 27.27%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D6725A (or 0xD6725A) is known color: Japonica. HEX triplet: D6, 72 and 5A. RGB value is (214,114,90). Sum of RGB (Red+Green+Blue) = 214+114+90=418 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.20% from 418); Green value is 114 (44.92% from 255 or 27.27% from 418); Blue value is 90 (35.55% from 255 or 21.53% from 418); Max value from RGB is 214 - color contains mainly: red. Hex color #D6725A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6725A is #298DA5. Grayscale: #8D8D8D. Windows color (decimal): -2723238 or 5927638. OLE color: 5927638.

HSL color Cylindrical-coordinate representation of color #D6725A: hue angle of 11.61º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D6725A is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 114 90 -
CMYK 0 0.47 0.58 0.16
HSL 11.61º 0.6% 0.6% -
HSV(B) 11.61º 0.58% 0.84% -
XYZ 35.59 27.07 13.02 -
YUV 141.16 99.13 179.95 -
System Red Green Blue C M Y K H S L
Decimal 214 114 90 0 0.47 0.58 0.16 11.61 0.6 0.6
Hex D6 72 5A 0 2F 3A 10 C 3C 3C
Octal 326 162 132 0 57 72 20 14 74 74
Binary 11010110 1110010 1011010 0 101111 111010 10000 1100 111100 111100

Color Harmonies of #D6725A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6725A

Black with #D6725A

Text Example


Text Example

White with #D6725A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6725A; }

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

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

background-color css

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

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

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

border-color css

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

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

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