Html Css Color HEX #D06F5F Japonica

📋 copy color: '#D06F5F'

red 208 ◦ green 111 ◦ blue 95

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

Shades of Japonica #D06F5F

Tints of Japonica #D06F5F

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.81%

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

R = 50.24%
G = 26.81%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D06F5F (or 0xD06F5F) is known color: Japonica. HEX triplet: D0, 6F and 5F. RGB value is (208,111,95). Sum of RGB (Red+Green+Blue) = 208+111+95=414 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.24% from 414); Green value is 111 (43.75% from 255 or 26.81% from 414); Blue value is 95 (37.5% from 255 or 22.95% from 414); Max value from RGB is 208 - color contains mainly: red. Hex color #D06F5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06F5F is #2F90A0. Grayscale: #8A8A8A. Windows color (decimal): -3117217 or 6254544. OLE color: 6254544.

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

Color convert

RGB 208 111 95 -
CMYK 0 0.47 0.54 0.18
HSL 8.5º 0.55% 0.59% -
HSV(B) 8.5º 0.54% 0.82% -
XYZ 33.76 25.61 13.99 -
YUV 138.18 103.64 177.8 -
System Red Green Blue C M Y K H S L
Decimal 208 111 95 0 0.47 0.54 0.18 8.5 0.55 0.59
Hex D0 6F 5F 0 2F 36 12 8 37 3B
Octal 320 157 137 0 57 66 22 10 67 73
Binary 11010000 1101111 1011111 0 101111 110110 10010 1000 110111 111011

Color Harmonies of #D06F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06F5F

Black with #D06F5F

Text Example


Text Example

White with #D06F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06F5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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