Html Css Color HEX #D0785A Japonica

📋 copy color: '#D0785A'

red 208 ◦ green 120 ◦ blue 90

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

Shades of Japonica #D0785A

Tints of Japonica #D0785A

RGB

 RED value IS 208 (81.64% from 255) = 49.76%

 GREEN value IS 120 (47.27% from 255) = 28.71%

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

R = 49.76%
G = 28.71%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D0785A (or 0xD0785A) is known color: Japonica. HEX triplet: D0, 78 and 5A. RGB value is (208,120,90). Sum of RGB (Red+Green+Blue) = 208+120+90=418 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.76% from 418); Green value is 120 (47.27% from 255 or 28.71% from 418); Blue value is 90 (35.55% from 255 or 21.53% from 418); Max value from RGB is 208 - color contains mainly: red. Hex color #D0785A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0785A is #2F87A5. Grayscale: #8F8F8F. Windows color (decimal): -3114918 or 5929168. OLE color: 5929168.

HSL color Cylindrical-coordinate representation of color #D0785A: hue angle of 15.25º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D0785A is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 120 90 -
CMYK 0 0.42 0.57 0.18
HSL 15.25º 0.56% 0.58% -
HSV(B) 15.25º 0.57% 0.82% -
XYZ 34.57 27.58 13.17 -
YUV 142.89 98.15 174.44 -
System Red Green Blue C M Y K H S L
Decimal 208 120 90 0 0.42 0.57 0.18 15.25 0.56 0.58
Hex D0 78 5A 0 2A 39 12 F 38 3A
Octal 320 170 132 0 52 71 22 17 70 72
Binary 11010000 1111000 1011010 0 101010 111001 10010 1111 111000 111010

Color Harmonies of #D0785A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0785A

Black with #D0785A

Text Example


Text Example

White with #D0785A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0785A; }

 p { color: rgb(208,120,90); }

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

background-color css

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

 a { background-color: rgb(208,120,90); }

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

border-color css

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

 span { border-color: rgb(208,120,90); }

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