Html Css Color HEX #D6755A Japonica

📋 copy color: '#D6755A'

red 214 ◦ green 117 ◦ blue 90

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

Shades of Japonica #D6755A

Tints of Japonica #D6755A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.79%

 BLUE value IS 90 (35.55% from 255) = 21.38%

R = 50.83%
G = 27.79%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D6755A (or 0xD6755A) is known color: Japonica. HEX triplet: D6, 75 and 5A. RGB value is (214,117,90). Sum of RGB (Red+Green+Blue) = 214+117+90=421 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.83% from 421); Green value is 117 (46.09% from 255 or 27.79% from 421); Blue value is 90 (35.55% from 255 or 21.38% from 421); Max value from RGB is 214 - color contains mainly: red. Hex color #D6755A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6755A is #298AA5. Grayscale: #8F8F8F. Windows color (decimal): -2722470 or 5928406. OLE color: 5928406.

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

Color convert

RGB 214 117 90 -
CMYK 0 0.45 0.58 0.16
HSL 13.06º 0.6% 0.6% -
HSV(B) 13.06º 0.58% 0.84% -
XYZ 35.94 27.76 13.14 -
YUV 142.93 98.14 178.7 -
System Red Green Blue C M Y K H S L
Decimal 214 117 90 0 0.45 0.58 0.16 13.06 0.6 0.6
Hex D6 75 5A 0 2D 3A 10 D 3C 3C
Octal 326 165 132 0 55 72 20 15 74 74
Binary 11010110 1110101 1011010 0 101101 111010 10000 1101 111100 111100

Color Harmonies of #D6755A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6755A

Black with #D6755A

Text Example


Text Example

White with #D6755A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6755A; }

 p { color: rgb(214,117,90); }

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

background-color css

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

 a { background-color: rgb(214,117,90); }

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

border-color css

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

 span { border-color: rgb(214,117,90); }

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