Html Css Color HEX #D06C57 Japonica

📋 copy color: '#D06C57'

red 208 ◦ green 108 ◦ blue 87

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

Shades of Japonica #D06C57

Tints of Japonica #D06C57

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.8%

 BLUE value IS 87 (34.38% from 255) = 21.59%

R = 51.61%
G = 26.8%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.58

 K value IS 0.18

RGB Variations

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

Color information

#D06C57 (or 0xD06C57) is known color: Japonica. HEX triplet: D0, 6C and 57. RGB value is (208,108,87). Sum of RGB (Red+Green+Blue) = 208+108+87=403 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.61% from 403); Green value is 108 (42.58% from 255 or 26.80% from 403); Blue value is 87 (34.38% from 255 or 21.59% from 403); Max value from RGB is 208 - color contains mainly: red. Hex color #D06C57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06C57 is #2F93A8. Grayscale: #878787. Windows color (decimal): -3117993 or 5729488. OLE color: 5729488.

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

Color convert

RGB 208 108 87 -
CMYK 0 0.48 0.58 0.18
HSL 10.41º 0.56% 0.58% -
HSV(B) 10.41º 0.58% 0.82% -
XYZ 33.1 24.82 12.06 -
YUV 135.51 100.63 179.71 -
System Red Green Blue C M Y K H S L
Decimal 208 108 87 0 0.48 0.58 0.18 10.41 0.56 0.58
Hex D0 6C 57 0 30 3A 12 A 38 3A
Octal 320 154 127 0 60 72 22 12 70 72
Binary 11010000 1101100 1010111 0 110000 111010 10010 1010 111000 111010

Color Harmonies of #D06C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06C57

Black with #D06C57

Text Example


Text Example

White with #D06C57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06C57; }

 p { color: rgb(208,108,87); }

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

background-color css

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

 a { background-color: rgb(208,108,87); }

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

border-color css

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

 span { border-color: rgb(208,108,87); }

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