Html Css Color HEX #D0785F Japonica

📋 copy color: '#D0785F'

red 208 ◦ green 120 ◦ blue 95

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

Shades of Japonica #D0785F

Tints of Japonica #D0785F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 22.46%

R = 49.17%
G = 28.37%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D0785F (or 0xD0785F) is known color: Japonica. HEX triplet: D0, 78 and 5F. RGB value is (208,120,95). Sum of RGB (Red+Green+Blue) = 208+120+95=423 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.17% from 423); Green value is 120 (47.27% from 255 or 28.37% from 423); Blue value is 95 (37.5% from 255 or 22.46% from 423); Max value from RGB is 208 - color contains mainly: red. Hex color #D0785F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0785F is #2F87A0. Grayscale: #8F8F8F. Windows color (decimal): -3114913 or 6256848. OLE color: 6256848.

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

Color convert

RGB 208 120 95 -
CMYK 0 0.42 0.54 0.18
HSL 13.27º 0.55% 0.59% -
HSV(B) 13.27º 0.54% 0.82% -
XYZ 34.79 27.67 14.33 -
YUV 143.46 100.65 174.03 -
System Red Green Blue C M Y K H S L
Decimal 208 120 95 0 0.42 0.54 0.18 13.27 0.55 0.59
Hex D0 78 5F 0 2A 36 12 D 37 3B
Octal 320 170 137 0 52 66 22 15 67 73
Binary 11010000 1111000 1011111 0 101010 110110 10010 1101 110111 111011

Color Harmonies of #D0785F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0785F

Black with #D0785F

Text Example


Text Example

White with #D0785F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0785F; }

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

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

background-color css

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

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

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

border-color css

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

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

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