Html Css Color HEX #D67C55 Japonica

📋 copy color: '#D67C55'

red 214 ◦ green 124 ◦ blue 85

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

Shades of Japonica #D67C55

Tints of Japonica #D67C55

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.31%

 BLUE value IS 85 (33.59% from 255) = 20.09%

R = 50.59%
G = 29.31%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D67C55 (or 0xD67C55) is known color: Japonica. HEX triplet: D6, 7C and 55. RGB value is (214,124,85). Sum of RGB (Red+Green+Blue) = 214+124+85=423 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.59% from 423); Green value is 124 (48.83% from 255 or 29.31% from 423); Blue value is 85 (33.59% from 255 or 20.09% from 423); Max value from RGB is 214 - color contains mainly: red. Hex color #D67C55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67C55 is #2983AA. Grayscale: #929292. Windows color (decimal): -2720683 or 5602518. OLE color: 5602518.

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

Color convert

RGB 214 124 85 -
CMYK 0 0.42 0.60 0.16
HSL 18.14º 0.61% 0.59% -
HSV(B) 18.14º 0.6% 0.84% -
XYZ 36.58 29.37 12.33 -
YUV 146.46 93.32 176.17 -
System Red Green Blue C M Y K H S L
Decimal 214 124 85 0 0.42 0.60 0.16 18.14 0.61 0.59
Hex D6 7C 55 0 2A 3C 10 12 3D 3B
Octal 326 174 125 0 52 74 20 22 75 73
Binary 11010110 1111100 1010101 0 101010 111100 10000 10010 111101 111011

Color Harmonies of #D67C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67C55

Black with #D67C55

Text Example


Text Example

White with #D67C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67C55; }

 p { color: rgb(214,124,85); }

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

background-color css

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

 a { background-color: rgb(214,124,85); }

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

border-color css

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

 span { border-color: rgb(214,124,85); }

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