Html Css Color HEX #D6735D Japonica

📋 copy color: '#D6735D'

red 214 ◦ green 115 ◦ blue 93

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

Shades of Japonica #D6735D

Tints of Japonica #D6735D

RGB

 RED value IS 214 (83.98% from 255) = 50.71%

 GREEN value IS 115 (45.31% from 255) = 27.25%

 BLUE value IS 93 (36.72% from 255) = 22.04%

R = 50.71%
G = 27.25%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D6735D (or 0xD6735D) is known color: Japonica. HEX triplet: D6, 73 and 5D. RGB value is (214,115,93). Sum of RGB (Red+Green+Blue) = 214+115+93=422 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.71% from 422); Green value is 115 (45.31% from 255 or 27.25% from 422); Blue value is 93 (36.72% from 255 or 22.04% from 422); Max value from RGB is 214 - color contains mainly: red. Hex color #D6735D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6735D is #298CA2. Grayscale: #8E8E8E. Windows color (decimal): -2722979 or 6124502. OLE color: 6124502.

HSL color Cylindrical-coordinate representation of color #D6735D: hue angle of 10.91º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D6735D is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 115 93 -
CMYK 0 0.46 0.57 0.16
HSL 10.91º 0.6% 0.6% -
HSV(B) 10.91º 0.57% 0.84% -
XYZ 35.84 27.35 13.75 -
YUV 142.09 100.3 179.29 -
System Red Green Blue C M Y K H S L
Decimal 214 115 93 0 0.46 0.57 0.16 10.91 0.6 0.6
Hex D6 73 5D 0 2E 39 10 B 3C 3C
Octal 326 163 135 0 56 71 20 13 74 74
Binary 11010110 1110011 1011101 0 101110 111001 10000 1011 111100 111100

Color Harmonies of #D6735D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6735D

Black with #D6735D

Text Example


Text Example

White with #D6735D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6735D; }

 p { color: rgb(214,115,93); }

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

background-color css

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

 a { background-color: rgb(214,115,93); }

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

border-color css

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

 span { border-color: rgb(214,115,93); }

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