Html Css Color HEX #D0705D Japonica

📋 copy color: '#D0705D'

red 208 ◦ green 112 ◦ blue 93

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

Shades of Japonica #D0705D

Tints of Japonica #D0705D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 22.52%

R = 50.36%
G = 27.12%
B = 22.52%

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

#D0705D (or 0xD0705D) is known color: Japonica. HEX triplet: D0, 70 and 5D. RGB value is (208,112,93). Sum of RGB (Red+Green+Blue) = 208+112+93=413 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.36% from 413); Green value is 112 (44.14% from 255 or 27.12% from 413); Blue value is 93 (36.72% from 255 or 22.52% from 413); Max value from RGB is 208 - color contains mainly: red. Hex color #D0705D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0705D is #2F8FA2. Grayscale: #8A8A8A. Windows color (decimal): -3116963 or 6123728. OLE color: 6123728.

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

Color convert

RGB 208 112 93 -
CMYK 0 0.46 0.55 0.18
HSL 9.91º 0.55% 0.59% -
HSV(B) 9.91º 0.55% 0.82% -
XYZ 33.78 25.79 13.55 -
YUV 138.54 102.3 177.54 -
System Red Green Blue C M Y K H S L
Decimal 208 112 93 0 0.46 0.55 0.18 9.91 0.55 0.59
Hex D0 70 5D 0 2E 37 12 A 37 3B
Octal 320 160 135 0 56 67 22 12 67 73
Binary 11010000 1110000 1011101 0 101110 110111 10010 1010 110111 111011

Color Harmonies of #D0705D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0705D

Black with #D0705D

Text Example


Text Example

White with #D0705D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0705D; }

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

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

background-color css

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

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

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

border-color css

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

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

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