Html Css Color HEX #D67550 Japonica

📋 copy color: '#D67550'

red 214 ◦ green 117 ◦ blue 80

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

Shades of Japonica #D67550

Tints of Japonica #D67550

RGB

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

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

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

R = 52.07%
G = 28.47%
B = 19.46%

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

#D67550 (or 0xD67550) is known color: Japonica. HEX triplet: D6, 75 and 50. RGB value is (214,117,80). Sum of RGB (Red+Green+Blue) = 214+117+80=411 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.07% from 411); Green value is 117 (46.09% from 255 or 28.47% from 411); Blue value is 80 (31.64% from 255 or 19.46% from 411); Max value from RGB is 214 - color contains mainly: red. Hex color #D67550 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67550 is #298AAF. Grayscale: #8E8E8E. Windows color (decimal): -2722480 or 5273046. OLE color: 5273046.

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

Color convert

RGB 214 117 80 -
CMYK 0 0.45 0.63 0.16
HSL 16.57º 0.62% 0.58% -
HSV(B) 16.57º 0.63% 0.84% -
XYZ 35.54 27.6 11.04 -
YUV 141.79 93.14 179.51 -
System Red Green Blue C M Y K H S L
Decimal 214 117 80 0 0.45 0.63 0.16 16.57 0.62 0.58
Hex D6 75 50 0 2D 3F 10 11 3E 3A
Octal 326 165 120 0 55 77 20 21 76 72
Binary 11010110 1110101 1010000 0 101101 111111 10000 10001 111110 111010

Color Harmonies of #D67550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67550

Black with #D67550

Text Example


Text Example

White with #D67550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67550; }

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

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

background-color css

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

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

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

border-color css

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

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

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