Html Css Color HEX #D0775F Japonica

📋 copy color: '#D0775F'

red 208 ◦ green 119 ◦ blue 95

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

Shades of Japonica #D0775F

Tints of Japonica #D0775F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.2%

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

R = 49.29%
G = 28.2%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D0775F (or 0xD0775F) is known color: Japonica. HEX triplet: D0, 77 and 5F. RGB value is (208,119,95). Sum of RGB (Red+Green+Blue) = 208+119+95=422 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.29% from 422); Green value is 119 (46.88% from 255 or 28.20% from 422); Blue value is 95 (37.5% from 255 or 22.51% from 422); Max value from RGB is 208 - color contains mainly: red. Hex color #D0775F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0775F is #2F88A0. Grayscale: #8F8F8F. Windows color (decimal): -3115169 or 6256592. OLE color: 6256592.

HSL color Cylindrical-coordinate representation of color #D0775F: hue angle of 12.74º 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 #D0775F is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 119 95 -
CMYK 0 0.43 0.54 0.18
HSL 12.74º 0.55% 0.59% -
HSV(B) 12.74º 0.54% 0.82% -
XYZ 34.67 27.43 14.29 -
YUV 142.88 100.99 174.45 -
System Red Green Blue C M Y K H S L
Decimal 208 119 95 0 0.43 0.54 0.18 12.74 0.55 0.59
Hex D0 77 5F 0 2B 36 12 D 37 3B
Octal 320 167 137 0 53 66 22 15 67 73
Binary 11010000 1110111 1011111 0 101011 110110 10010 1101 110111 111011

Color Harmonies of #D0775F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0775F

Black with #D0775F

Text Example


Text Example

White with #D0775F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0775F; }

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

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

background-color css

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

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

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

border-color css

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

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

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