Html Css Color HEX #D67650 Japonica

📋 copy color: '#D67650'

red 214 ◦ green 118 ◦ blue 80

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

Shades of Japonica #D67650

Tints of Japonica #D67650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 19.42%

R = 51.94%
G = 28.64%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D67650 (or 0xD67650) is known color: Japonica. HEX triplet: D6, 76 and 50. RGB value is (214,118,80). Sum of RGB (Red+Green+Blue) = 214+118+80=412 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.94% from 412); Green value is 118 (46.48% from 255 or 28.64% from 412); Blue value is 80 (31.64% from 255 or 19.42% from 412); Max value from RGB is 214 - color contains mainly: red. Hex color #D67650 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67650 is #2989AF. Grayscale: #8E8E8E. Windows color (decimal): -2722224 or 5273302. OLE color: 5273302.

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

Color convert

RGB 214 118 80 -
CMYK 0 0.45 0.63 0.16
HSL 17.01º 0.62% 0.58% -
HSV(B) 17.01º 0.63% 0.84% -
XYZ 35.66 27.83 11.08 -
YUV 142.37 92.8 179.09 -
System Red Green Blue C M Y K H S L
Decimal 214 118 80 0 0.45 0.63 0.16 17.01 0.62 0.58
Hex D6 76 50 0 2D 3F 10 11 3E 3A
Octal 326 166 120 0 55 77 20 21 76 72
Binary 11010110 1110110 1010000 0 101101 111111 10000 10001 111110 111010

Color Harmonies of #D67650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67650

Black with #D67650

Text Example


Text Example

White with #D67650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67650; }

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

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

background-color css

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

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

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

border-color css

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

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

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