Html Css Color HEX #D06F54 Japonica

📋 copy color: '#D06F54'

red 208 ◦ green 111 ◦ blue 84

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

Shades of Japonica #D06F54

Tints of Japonica #D06F54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 20.84%

R = 51.61%
G = 27.54%
B = 20.84%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D06F54 (or 0xD06F54) is known color: Japonica. HEX triplet: D0, 6F and 54. RGB value is (208,111,84). Sum of RGB (Red+Green+Blue) = 208+111+84=403 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.61% from 403); Green value is 111 (43.75% from 255 or 27.54% from 403); Blue value is 84 (33.20% from 255 or 20.84% from 403); Max value from RGB is 208 - color contains mainly: red. Hex color #D06F54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06F54 is #2F90AB. Grayscale: #898989. Windows color (decimal): -3117228 or 5533648. OLE color: 5533648.

HSL color Cylindrical-coordinate representation of color #D06F54: hue angle of 13.06º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D06F54 is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 111 84 -
CMYK 0 0.47 0.60 0.18
HSL 13.06º 0.57% 0.57% -
HSV(B) 13.06º 0.6% 0.82% -
XYZ 33.3 25.42 11.54 -
YUV 136.93 98.14 178.7 -
System Red Green Blue C M Y K H S L
Decimal 208 111 84 0 0.47 0.60 0.18 13.06 0.57 0.57
Hex D0 6F 54 0 2F 3C 12 D 39 39
Octal 320 157 124 0 57 74 22 15 71 71
Binary 11010000 1101111 1010100 0 101111 111100 10010 1101 111001 111001

Color Harmonies of #D06F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06F54

Black with #D06F54

Text Example


Text Example

White with #D06F54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06F54; }

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

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

background-color css

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

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

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

border-color css

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

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

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