Html Css Color HEX #D0705A Japonica

📋 copy color: '#D0705A'

red 208 ◦ green 112 ◦ blue 90

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

Shades of Japonica #D0705A

Tints of Japonica #D0705A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.32%

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

R = 50.73%
G = 27.32%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D0705A (or 0xD0705A) is known color: Japonica. HEX triplet: D0, 70 and 5A. RGB value is (208,112,90). Sum of RGB (Red+Green+Blue) = 208+112+90=410 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.73% from 410); Green value is 112 (44.14% from 255 or 27.32% from 410); Blue value is 90 (35.55% from 255 or 21.95% from 410); Max value from RGB is 208 - color contains mainly: red. Hex color #D0705A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0705A is #2F8FA5. Grayscale: #8A8A8A. Windows color (decimal): -3116966 or 5927120. OLE color: 5927120.

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

Color convert

RGB 208 112 90 -
CMYK 0 0.46 0.57 0.18
HSL 11.19º 0.56% 0.58% -
HSV(B) 11.19º 0.57% 0.82% -
XYZ 33.65 25.74 12.87 -
YUV 138.2 100.8 177.79 -
System Red Green Blue C M Y K H S L
Decimal 208 112 90 0 0.46 0.57 0.18 11.19 0.56 0.58
Hex D0 70 5A 0 2E 39 12 B 38 3A
Octal 320 160 132 0 56 71 22 13 70 72
Binary 11010000 1110000 1011010 0 101110 111001 10010 1011 111000 111010

Color Harmonies of #D0705A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0705A

Black with #D0705A

Text Example


Text Example

White with #D0705A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0705A; }

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

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

background-color css

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

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

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

border-color css

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

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

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