Html Css Color HEX #D06C51 Japonica

📋 copy color: '#D06C51'

red 208 ◦ green 108 ◦ blue 81

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

Shades of Japonica #D06C51

Tints of Japonica #D06C51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 20.4%

R = 52.39%
G = 27.2%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#D06C51 (or 0xD06C51) is known color: Japonica. HEX triplet: D0, 6C and 51. RGB value is (208,108,81). Sum of RGB (Red+Green+Blue) = 208+108+81=397 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.39% from 397); Green value is 108 (42.58% from 255 or 27.20% from 397); Blue value is 81 (32.03% from 255 or 20.40% from 397); Max value from RGB is 208 - color contains mainly: red. Hex color #D06C51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06C51 is #2F93AE. Grayscale: #878787. Windows color (decimal): -3117999 or 5336272. OLE color: 5336272.

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

Color convert

RGB 208 108 81 -
CMYK 0 0.48 0.61 0.18
HSL 12.76º 0.57% 0.57% -
HSV(B) 12.76º 0.61% 0.82% -
XYZ 32.86 24.73 10.83 -
YUV 134.82 97.63 180.2 -
System Red Green Blue C M Y K H S L
Decimal 208 108 81 0 0.48 0.61 0.18 12.76 0.57 0.57
Hex D0 6C 51 0 30 3D 12 D 39 39
Octal 320 154 121 0 60 75 22 15 71 71
Binary 11010000 1101100 1010001 0 110000 111101 10010 1101 111001 111001

Color Harmonies of #D06C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06C51

Black with #D06C51

Text Example


Text Example

White with #D06C51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06C51; }

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

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

background-color css

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

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

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

border-color css

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

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

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