Html Css Color HEX #D67A5D Japonica

📋 copy color: '#D67A5D'

red 214 ◦ green 122 ◦ blue 93

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

Shades of Japonica #D67A5D

Tints of Japonica #D67A5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.68%

R = 49.88%
G = 28.44%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D67A5D (or 0xD67A5D) is known color: Japonica. HEX triplet: D6, 7A and 5D. RGB value is (214,122,93). Sum of RGB (Red+Green+Blue) = 214+122+93=429 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.88% from 429); Green value is 122 (48.05% from 255 or 28.44% from 429); Blue value is 93 (36.72% from 255 or 21.68% from 429); Max value from RGB is 214 - color contains mainly: red. Hex color #D67A5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67A5D is #2985A2. Grayscale: #929292. Windows color (decimal): -2721187 or 6126294. OLE color: 6126294.

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

Color convert

RGB 214 122 93 -
CMYK 0 0.43 0.57 0.16
HSL 14.38º 0.6% 0.6% -
HSV(B) 14.38º 0.57% 0.84% -
XYZ 36.67 29.01 14.02 -
YUV 146.2 97.98 176.36 -
System Red Green Blue C M Y K H S L
Decimal 214 122 93 0 0.43 0.57 0.16 14.38 0.6 0.6
Hex D6 7A 5D 0 2B 39 10 E 3C 3C
Octal 326 172 135 0 53 71 20 16 74 74
Binary 11010110 1111010 1011101 0 101011 111001 10000 1110 111100 111100

Color Harmonies of #D67A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67A5D

Black with #D67A5D

Text Example


Text Example

White with #D67A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67A5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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