Html Css Color HEX #D06D54 Japonica

📋 copy color: '#D06D54'

red 208 ◦ green 109 ◦ blue 84

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

Shades of Japonica #D06D54

Tints of Japonica #D06D54

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.18%

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

R = 51.87%
G = 27.18%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D06D54 (or 0xD06D54) is known color: Japonica. HEX triplet: D0, 6D and 54. RGB value is (208,109,84). Sum of RGB (Red+Green+Blue) = 208+109+84=401 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.87% from 401); Green value is 109 (42.97% from 255 or 27.18% from 401); Blue value is 84 (33.20% from 255 or 20.95% from 401); Max value from RGB is 208 - color contains mainly: red. Hex color #D06D54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06D54 is #2F92AB. Grayscale: #878787. Windows color (decimal): -3117740 or 5533136. OLE color: 5533136.

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

Color convert

RGB 208 109 84 -
CMYK 0 0.48 0.60 0.18
HSL 12.1º 0.57% 0.57% -
HSV(B) 12.1º 0.6% 0.82% -
XYZ 33.08 24.99 11.47 -
YUV 135.75 98.8 179.53 -
System Red Green Blue C M Y K H S L
Decimal 208 109 84 0 0.48 0.60 0.18 12.1 0.57 0.57
Hex D0 6D 54 0 30 3C 12 C 39 39
Octal 320 155 124 0 60 74 22 14 71 71
Binary 11010000 1101101 1010100 0 110000 111100 10010 1100 111001 111001

Color Harmonies of #D06D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06D54

Black with #D06D54

Text Example


Text Example

White with #D06D54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06D54; }

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

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

background-color css

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

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

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

border-color css

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

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

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