Html Css Color HEX #D8704F Japonica

📋 copy color: '#D8704F'

red 216 ◦ green 112 ◦ blue 79

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

Shades of Japonica #D8704F

Tints of Japonica #D8704F

RGB

 RED value IS 216 (84.77% from 255) = 53.07%

 GREEN value IS 112 (44.14% from 255) = 27.52%

 BLUE value IS 79 (31.25% from 255) = 19.41%

R = 53.07%
G = 27.52%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D8704F (or 0xD8704F) is known color: Japonica. HEX triplet: D8, 70 and 4F. RGB value is (216,112,79). Sum of RGB (Red+Green+Blue) = 216+112+79=407 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.07% from 407); Green value is 112 (44.14% from 255 or 27.52% from 407); Blue value is 79 (31.25% from 255 or 19.41% from 407); Max value from RGB is 216 - color contains mainly: red. Hex color #D8704F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8704F is #278FB0. Grayscale: #8B8B8B. Windows color (decimal): -2592689 or 5206232. OLE color: 5206232.

HSL color Cylindrical-coordinate representation of color #D8704F: hue angle of 14.45º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D8704F is Cyan = 0, Magento = 0.48, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 112 79 -
CMYK 0 0.48 0.63 0.15
HSL 14.45º 0.64% 0.58% -
HSV(B) 14.45º 0.63% 0.85% -
XYZ 35.52 26.75 10.69 -
YUV 139.33 93.96 182.68 -
System Red Green Blue C M Y K H S L
Decimal 216 112 79 0 0.48 0.63 0.15 14.45 0.64 0.58
Hex D8 70 4F 0 30 3F F E 40 3A
Octal 330 160 117 0 60 77 17 16 100 72
Binary 11011000 1110000 1001111 0 110000 111111 1111 1110 1000000 111010

Color Harmonies of #D8704F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8704F

Black with #D8704F

Text Example


Text Example

White with #D8704F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8704F; }

 p { color: rgb(216,112,79); }

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

background-color css

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

 a { background-color: rgb(216,112,79); }

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

border-color css

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

 span { border-color: rgb(216,112,79); }

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