Html Css Color HEX #D0775A Japonica

📋 copy color: '#D0775A'

red 208 ◦ green 119 ◦ blue 90

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

Shades of Japonica #D0775A

Tints of Japonica #D0775A

RGB

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

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

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

R = 49.88%
G = 28.54%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D0775A (or 0xD0775A) is known color: Japonica. HEX triplet: D0, 77 and 5A. RGB value is (208,119,90). Sum of RGB (Red+Green+Blue) = 208+119+90=417 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.88% from 417); Green value is 119 (46.88% from 255 or 28.54% from 417); Blue value is 90 (35.55% from 255 or 21.58% from 417); Max value from RGB is 208 - color contains mainly: red. Hex color #D0775A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0775A is #2F88A5. Grayscale: #8E8E8E. Windows color (decimal): -3115174 or 5928912. OLE color: 5928912.

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

Color convert

RGB 208 119 90 -
CMYK 0 0.43 0.57 0.18
HSL 14.75º 0.56% 0.58% -
HSV(B) 14.75º 0.57% 0.82% -
XYZ 34.45 27.34 13.13 -
YUV 142.31 98.49 174.86 -
System Red Green Blue C M Y K H S L
Decimal 208 119 90 0 0.43 0.57 0.18 14.75 0.56 0.58
Hex D0 77 5A 0 2B 39 12 F 38 3A
Octal 320 167 132 0 53 71 22 17 70 72
Binary 11010000 1110111 1011010 0 101011 111001 10010 1111 111000 111010

Color Harmonies of #D0775A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0775A

Black with #D0775A

Text Example


Text Example

White with #D0775A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0775A; }

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

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

background-color css

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

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

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

border-color css

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

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

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