Html Css Color HEX #D8735A Japonica

📋 copy color: '#D8735A'

red 216 ◦ green 115 ◦ blue 90

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

Shades of Japonica #D8735A

Tints of Japonica #D8735A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.32%

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

R = 51.31%
G = 27.32%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D8735A (or 0xD8735A) is known color: Japonica. HEX triplet: D8, 73 and 5A. RGB value is (216,115,90). Sum of RGB (Red+Green+Blue) = 216+115+90=421 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.31% from 421); Green value is 115 (45.31% from 255 or 27.32% from 421); Blue value is 90 (35.55% from 255 or 21.38% from 421); Max value from RGB is 216 - color contains mainly: red. Hex color #D8735A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8735A is #278CA5. Grayscale: #8E8E8E. Windows color (decimal): -2591910 or 5927896. OLE color: 5927896.

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

Color convert

RGB 216 115 90 -
CMYK 0 0.47 0.58 0.15
HSL 11.9º 0.62% 0.6% -
HSV(B) 11.9º 0.58% 0.85% -
XYZ 36.3 27.6 13.09 -
YUV 142.35 98.46 180.53 -
System Red Green Blue C M Y K H S L
Decimal 216 115 90 0 0.47 0.58 0.15 11.9 0.62 0.6
Hex D8 73 5A 0 2F 3A F C 3E 3C
Octal 330 163 132 0 57 72 17 14 76 74
Binary 11011000 1110011 1011010 0 101111 111010 1111 1100 111110 111100

Color Harmonies of #D8735A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8735A

Black with #D8735A

Text Example


Text Example

White with #D8735A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8735A; }

 p { color: rgb(216,115,90); }

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

background-color css

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

 a { background-color: rgb(216,115,90); }

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

border-color css

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

 span { border-color: rgb(216,115,90); }

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