Html Css Color HEX #D0725F Japonica

📋 copy color: '#D0725F'

red 208 ◦ green 114 ◦ blue 95

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

Shades of Japonica #D0725F

Tints of Japonica #D0725F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.34%

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

R = 49.88%
G = 27.34%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D0725F (or 0xD0725F) is known color: Japonica. HEX triplet: D0, 72 and 5F. RGB value is (208,114,95). Sum of RGB (Red+Green+Blue) = 208+114+95=417 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.88% from 417); Green value is 114 (44.92% from 255 or 27.34% from 417); Blue value is 95 (37.5% from 255 or 22.78% from 417); Max value from RGB is 208 - color contains mainly: red. Hex color #D0725F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0725F is #2F8DA0. Grayscale: #8C8C8C. Windows color (decimal): -3116449 or 6255312. OLE color: 6255312.

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

Color convert

RGB 208 114 95 -
CMYK 0 0.45 0.54 0.18
HSL 10.09º 0.55% 0.59% -
HSV(B) 10.09º 0.54% 0.82% -
XYZ 34.1 26.27 14.1 -
YUV 139.94 102.64 176.54 -
System Red Green Blue C M Y K H S L
Decimal 208 114 95 0 0.45 0.54 0.18 10.09 0.55 0.59
Hex D0 72 5F 0 2D 36 12 A 37 3B
Octal 320 162 137 0 55 66 22 12 67 73
Binary 11010000 1110010 1011111 0 101101 110110 10010 1010 110111 111011

Color Harmonies of #D0725F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0725F

Black with #D0725F

Text Example


Text Example

White with #D0725F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0725F; }

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

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

background-color css

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

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

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

border-color css

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

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

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