Html Css Color HEX #D67A55 Japonica

📋 copy color: '#D67A55'

red 214 ◦ green 122 ◦ blue 85

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

Shades of Japonica #D67A55

Tints of Japonica #D67A55

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.98%

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

R = 50.83%
G = 28.98%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D67A55 (or 0xD67A55) is known color: Japonica. HEX triplet: D6, 7A and 55. RGB value is (214,122,85). Sum of RGB (Red+Green+Blue) = 214+122+85=421 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.83% from 421); Green value is 122 (48.05% from 255 or 28.98% from 421); Blue value is 85 (33.59% from 255 or 20.19% from 421); Max value from RGB is 214 - color contains mainly: red. Hex color #D67A55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67A55 is #2985AA. Grayscale: #919191. Windows color (decimal): -2721195 or 5602006. OLE color: 5602006.

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

Color convert

RGB 214 122 85 -
CMYK 0 0.43 0.60 0.16
HSL 17.21º 0.61% 0.59% -
HSV(B) 17.21º 0.6% 0.84% -
XYZ 36.33 28.87 12.25 -
YUV 145.29 93.98 177.01 -
System Red Green Blue C M Y K H S L
Decimal 214 122 85 0 0.43 0.60 0.16 17.21 0.61 0.59
Hex D6 7A 55 0 2B 3C 10 11 3D 3B
Octal 326 172 125 0 53 74 20 21 75 73
Binary 11010110 1111010 1010101 0 101011 111100 10000 10001 111101 111011

Color Harmonies of #D67A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67A55

Black with #D67A55

Text Example


Text Example

White with #D67A55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67A55; }

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

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

background-color css

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

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

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

border-color css

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

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

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