Html Css Color HEX #D06D5C Japonica

📋 copy color: '#D06D5C'

red 208 ◦ green 109 ◦ blue 92

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

Shades of Japonica #D06D5C

Tints of Japonica #D06D5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.49%

R = 50.86%
G = 26.65%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D06D5C (or 0xD06D5C) is known color: Japonica. HEX triplet: D0, 6D and 5C. RGB value is (208,109,92). Sum of RGB (Red+Green+Blue) = 208+109+92=409 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.86% from 409); Green value is 109 (42.97% from 255 or 26.65% from 409); Blue value is 92 (36.33% from 255 or 22.49% from 409); Max value from RGB is 208 - color contains mainly: red. Hex color #D06D5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06D5C is #2F92A3. Grayscale: #888888. Windows color (decimal): -3117732 or 6057424. OLE color: 6057424.

HSL color Cylindrical-coordinate representation of color #D06D5C: hue angle of 8.79º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D06D5C is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 109 92 -
CMYK 0 0.48 0.56 0.18
HSL 8.79º 0.55% 0.59% -
HSV(B) 8.79º 0.56% 0.82% -
XYZ 33.41 25.12 13.21 -
YUV 136.66 102.8 178.88 -
System Red Green Blue C M Y K H S L
Decimal 208 109 92 0 0.48 0.56 0.18 8.79 0.55 0.59
Hex D0 6D 5C 0 30 38 12 9 37 3B
Octal 320 155 134 0 60 70 22 11 67 73
Binary 11010000 1101101 1011100 0 110000 111000 10010 1001 110111 111011

Color Harmonies of #D06D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06D5C

Black with #D06D5C

Text Example


Text Example

White with #D06D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06D5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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