Html Css Color HEX #D0765A Japonica

📋 copy color: '#D0765A'

red 208 ◦ green 118 ◦ blue 90

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

Shades of Japonica #D0765A

Tints of Japonica #D0765A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.37%

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

R = 50%
G = 28.37%
B = 21.63%

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

#D0765A (or 0xD0765A) is known color: Japonica. HEX triplet: D0, 76 and 5A. RGB value is (208,118,90). Sum of RGB (Red+Green+Blue) = 208+118+90=416 (55% of max value = 765). Red value is 208 (81.64% from 255 or 50% from 416); Green value is 118 (46.48% from 255 or 28.37% from 416); Blue value is 90 (35.55% from 255 or 21.63% from 416); Max value from RGB is 208 - color contains mainly: red. Hex color #D0765A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0765A is #2F89A5. Grayscale: #8D8D8D. Windows color (decimal): -3115430 or 5928656. OLE color: 5928656.

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

Color convert

RGB 208 118 90 -
CMYK 0 0.43 0.57 0.18
HSL 14.24º 0.56% 0.58% -
HSV(B) 14.24º 0.57% 0.82% -
XYZ 34.34 27.1 13.09 -
YUV 141.72 98.82 175.28 -
System Red Green Blue C M Y K H S L
Decimal 208 118 90 0 0.43 0.57 0.18 14.24 0.56 0.58
Hex D0 76 5A 0 2B 39 12 E 38 3A
Octal 320 166 132 0 53 71 22 16 70 72
Binary 11010000 1110110 1011010 0 101011 111001 10010 1110 111000 111010

Color Harmonies of #D0765A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0765A

Black with #D0765A

Text Example


Text Example

White with #D0765A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0765A; }

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

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

background-color css

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

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

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

border-color css

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

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

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