Html Css Color HEX #D6765F Japonica

📋 copy color: '#D6765F'

red 214 ◦ green 118 ◦ blue 95

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

Shades of Japonica #D6765F

Tints of Japonica #D6765F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.63%

 BLUE value IS 95 (37.5% from 255) = 22.25%

R = 50.12%
G = 27.63%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D6765F (or 0xD6765F) is known color: Japonica. HEX triplet: D6, 76 and 5F. RGB value is (214,118,95). Sum of RGB (Red+Green+Blue) = 214+118+95=427 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.12% from 427); Green value is 118 (46.48% from 255 or 27.63% from 427); Blue value is 95 (37.5% from 255 or 22.25% from 427); Max value from RGB is 214 - color contains mainly: red. Hex color #D6765F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6765F is #2989A0. Grayscale: #909090. Windows color (decimal): -2722209 or 6256342. OLE color: 6256342.

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

Color convert

RGB 214 118 95 -
CMYK 0 0.45 0.56 0.16
HSL 11.6º 0.59% 0.61% -
HSV(B) 11.6º 0.56% 0.84% -
XYZ 36.28 28.08 14.33 -
YUV 144.08 100.3 177.87 -
System Red Green Blue C M Y K H S L
Decimal 214 118 95 0 0.45 0.56 0.16 11.6 0.59 0.61
Hex D6 76 5F 0 2D 38 10 C 3B 3D
Octal 326 166 137 0 55 70 20 14 73 75
Binary 11010110 1110110 1011111 0 101101 111000 10000 1100 111011 111101

Color Harmonies of #D6765F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6765F

Black with #D6765F

Text Example


Text Example

White with #D6765F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6765F; }

 p { color: rgb(214,118,95); }

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

background-color css

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

 a { background-color: rgb(214,118,95); }

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

border-color css

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

 span { border-color: rgb(214,118,95); }

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