Html Css Color HEX #D0765F Japonica

📋 copy color: '#D0765F'

red 208 ◦ green 118 ◦ blue 95

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

Shades of Japonica #D0765F

Tints of Japonica #D0765F

RGB

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

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

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

R = 49.41%
G = 28.03%
B = 22.57%

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

#D0765F (or 0xD0765F) is known color: Japonica. HEX triplet: D0, 76 and 5F. RGB value is (208,118,95). Sum of RGB (Red+Green+Blue) = 208+118+95=421 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.41% from 421); Green value is 118 (46.48% from 255 or 28.03% from 421); Blue value is 95 (37.5% from 255 or 22.57% from 421); Max value from RGB is 208 - color contains mainly: red. Hex color #D0765F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0765F is #2F89A0. Grayscale: #8E8E8E. Windows color (decimal): -3115425 or 6256336. OLE color: 6256336.

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

Color convert

RGB 208 118 95 -
CMYK 0 0.43 0.54 0.18
HSL 12.21º 0.55% 0.59% -
HSV(B) 12.21º 0.54% 0.82% -
XYZ 34.56 27.19 14.25 -
YUV 142.29 101.32 174.87 -
System Red Green Blue C M Y K H S L
Decimal 208 118 95 0 0.43 0.54 0.18 12.21 0.55 0.59
Hex D0 76 5F 0 2B 36 12 C 37 3B
Octal 320 166 137 0 53 66 22 14 67 73
Binary 11010000 1110110 1011111 0 101011 110110 10010 1100 110111 111011

Color Harmonies of #D0765F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0765F

Black with #D0765F

Text Example


Text Example

White with #D0765F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0765F; }

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

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

background-color css

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

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

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

border-color css

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

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

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