Html Css Color HEX #D0725A Japonica

📋 copy color: '#D0725A'

red 208 ◦ green 114 ◦ blue 90

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

Shades of Japonica #D0725A

Tints of Japonica #D0725A

RGB

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

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

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

R = 50.49%
G = 27.67%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D0725A (or 0xD0725A) is known color: Japonica. HEX triplet: D0, 72 and 5A. RGB value is (208,114,90). Sum of RGB (Red+Green+Blue) = 208+114+90=412 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.49% from 412); Green value is 114 (44.92% from 255 or 27.67% from 412); Blue value is 90 (35.55% from 255 or 21.84% from 412); Max value from RGB is 208 - color contains mainly: red. Hex color #D0725A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0725A is #2F8DA5. Grayscale: #8B8B8B. Windows color (decimal): -3116454 or 5927632. OLE color: 5927632.

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

Color convert

RGB 208 114 90 -
CMYK 0 0.45 0.57 0.18
HSL 12.2º 0.56% 0.58% -
HSV(B) 12.2º 0.57% 0.82% -
XYZ 33.88 26.18 12.94 -
YUV 139.37 100.14 176.95 -
System Red Green Blue C M Y K H S L
Decimal 208 114 90 0 0.45 0.57 0.18 12.2 0.56 0.58
Hex D0 72 5A 0 2D 39 12 C 38 3A
Octal 320 162 132 0 55 71 22 14 70 72
Binary 11010000 1110010 1011010 0 101101 111001 10010 1100 111000 111010

Color Harmonies of #D0725A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0725A

Black with #D0725A

Text Example


Text Example

White with #D0725A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0725A; }

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

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

background-color css

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

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

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

border-color css

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

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

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