Html Css Color HEX #D0705E Japonica

📋 copy color: '#D0705E'

red 208 ◦ green 112 ◦ blue 94

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

Shades of Japonica #D0705E

Tints of Japonica #D0705E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 22.71%

R = 50.24%
G = 27.05%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D0705E (or 0xD0705E) is known color: Japonica. HEX triplet: D0, 70 and 5E. RGB value is (208,112,94). Sum of RGB (Red+Green+Blue) = 208+112+94=414 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.24% from 414); Green value is 112 (44.14% from 255 or 27.05% from 414); Blue value is 94 (37.11% from 255 or 22.71% from 414); Max value from RGB is 208 - color contains mainly: red. Hex color #D0705E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0705E is #2F8FA1. Grayscale: #8A8A8A. Windows color (decimal): -3116962 or 6189264. OLE color: 6189264.

HSL color Cylindrical-coordinate representation of color #D0705E: hue angle of 9.47º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D0705E is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 112 94 -
CMYK 0 0.46 0.55 0.18
HSL 9.47º 0.55% 0.59% -
HSV(B) 9.47º 0.55% 0.82% -
XYZ 33.83 25.81 13.79 -
YUV 138.65 102.8 177.46 -
System Red Green Blue C M Y K H S L
Decimal 208 112 94 0 0.46 0.55 0.18 9.47 0.55 0.59
Hex D0 70 5E 0 2E 37 12 9 37 3B
Octal 320 160 136 0 56 67 22 11 67 73
Binary 11010000 1110000 1011110 0 101110 110111 10010 1001 110111 111011

Color Harmonies of #D0705E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0705E

Black with #D0705E

Text Example


Text Example

White with #D0705E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0705E; }

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

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

background-color css

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

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

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

border-color css

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

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

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