Html Css Color HEX #D67A5E Japonica

📋 copy color: '#D67A5E'

red 214 ◦ green 122 ◦ blue 94

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

Shades of Japonica #D67A5E

Tints of Japonica #D67A5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 21.86%

R = 49.77%
G = 28.37%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D67A5E (or 0xD67A5E) is known color: Japonica. HEX triplet: D6, 7A and 5E. RGB value is (214,122,94). Sum of RGB (Red+Green+Blue) = 214+122+94=430 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.77% from 430); Green value is 122 (48.05% from 255 or 28.37% from 430); Blue value is 94 (37.11% from 255 or 21.86% from 430); Max value from RGB is 214 - color contains mainly: red. Hex color #D67A5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67A5E is #2985A1. Grayscale: #929292. Windows color (decimal): -2721186 or 6191830. OLE color: 6191830.

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

Color convert

RGB 214 122 94 -
CMYK 0 0.43 0.56 0.16
HSL 14º 0.59% 0.6% -
HSV(B) 14º 0.56% 0.84% -
XYZ 36.71 29.02 14.26 -
YUV 146.32 98.48 176.28 -
System Red Green Blue C M Y K H S L
Decimal 214 122 94 0 0.43 0.56 0.16 14 0.59 0.6
Hex D6 7A 5E 0 2B 38 10 E 3B 3C
Octal 326 172 136 0 53 70 20 16 73 74
Binary 11010110 1111010 1011110 0 101011 111000 10000 1110 111011 111100

Color Harmonies of #D67A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67A5E

Black with #D67A5E

Text Example


Text Example

White with #D67A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67A5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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