Html Css Color HEX #D6755C Japonica

📋 copy color: '#D6755C'

red 214 ◦ green 117 ◦ blue 92

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

Shades of Japonica #D6755C

Tints of Japonica #D6755C

RGB

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

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

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

R = 50.59%
G = 27.66%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D6755C (or 0xD6755C) is known color: Japonica. HEX triplet: D6, 75 and 5C. RGB value is (214,117,92). Sum of RGB (Red+Green+Blue) = 214+117+92=423 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.59% from 423); Green value is 117 (46.09% from 255 or 27.66% from 423); Blue value is 92 (36.33% from 255 or 21.75% from 423); Max value from RGB is 214 - color contains mainly: red. Hex color #D6755C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6755C is #298AA3. Grayscale: #8F8F8F. Windows color (decimal): -2722468 or 6059478. OLE color: 6059478.

HSL color Cylindrical-coordinate representation of color #D6755C: hue angle of 12.3º 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 #D6755C is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 117 92 -
CMYK 0 0.45 0.57 0.16
HSL 12.3º 0.6% 0.6% -
HSV(B) 12.3º 0.57% 0.84% -
XYZ 36.02 27.79 13.59 -
YUV 143.15 99.14 178.53 -
System Red Green Blue C M Y K H S L
Decimal 214 117 92 0 0.45 0.57 0.16 12.3 0.6 0.6
Hex D6 75 5C 0 2D 39 10 C 3C 3C
Octal 326 165 134 0 55 71 20 14 74 74
Binary 11010110 1110101 1011100 0 101101 111001 10000 1100 111100 111100

Color Harmonies of #D6755C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6755C

Black with #D6755C

Text Example


Text Example

White with #D6755C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6755C; }

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

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

background-color css

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

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

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

border-color css

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

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

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