Html Css Color HEX #D8755A Japonica

📋 copy color: '#D8755A'

red 216 ◦ green 117 ◦ blue 90

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

Shades of Japonica #D8755A

Tints of Japonica #D8755A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.66%

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

R = 51.06%
G = 27.66%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D8755A (or 0xD8755A) is known color: Japonica. HEX triplet: D8, 75 and 5A. RGB value is (216,117,90). Sum of RGB (Red+Green+Blue) = 216+117+90=423 (56% of max value = 765). Red value is 216 (84.77% from 255 or 51.06% from 423); Green value is 117 (46.09% from 255 or 27.66% from 423); Blue value is 90 (35.55% from 255 or 21.28% from 423); Max value from RGB is 216 - color contains mainly: red. Hex color #D8755A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8755A is #278AA5. Grayscale: #8F8F8F. Windows color (decimal): -2591398 or 5928408. OLE color: 5928408.

HSL color Cylindrical-coordinate representation of color #D8755A: hue angle of 12.86º 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 #D8755A is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 117 90 -
CMYK 0 0.46 0.58 0.15
HSL 12.86º 0.62% 0.6% -
HSV(B) 12.86º 0.58% 0.85% -
XYZ 36.53 28.06 13.16 -
YUV 143.52 97.8 179.7 -
System Red Green Blue C M Y K H S L
Decimal 216 117 90 0 0.46 0.58 0.15 12.86 0.62 0.6
Hex D8 75 5A 0 2E 3A F D 3E 3C
Octal 330 165 132 0 56 72 17 15 76 74
Binary 11011000 1110101 1011010 0 101110 111010 1111 1101 111110 111100

Color Harmonies of #D8755A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8755A

Black with #D8755A

Text Example


Text Example

White with #D8755A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8755A; }

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

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

background-color css

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

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

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

border-color css

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

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

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