Html Css Color HEX #D67567 Terra Cotta

📋 copy color: '#D67567'

red 214 ◦ green 117 ◦ blue 103

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

Shades of Terra Cotta #D67567

Tints of Terra Cotta #D67567

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 23.73%

R = 49.31%
G = 26.96%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D67567 (or 0xD67567) is known color: Terra Cotta. HEX triplet: D6, 75 and 67. RGB value is (214,117,103). Sum of RGB (Red+Green+Blue) = 214+117+103=434 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.31% from 434); Green value is 117 (46.09% from 255 or 26.96% from 434); Blue value is 103 (40.62% from 255 or 23.73% from 434); Max value from RGB is 214 - color contains mainly: red. Hex color #D67567 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67567 is #298A98. Grayscale: #909090. Windows color (decimal): -2722457 or 6780374. OLE color: 6780374.

HSL color Cylindrical-coordinate representation of color #D67567: hue angle of 7.57º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D67567 is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 117 103 -
CMYK 0 0.45 0.52 0.16
HSL 7.57º 0.58% 0.62% -
HSV(B) 7.57º 0.52% 0.84% -
XYZ 36.54 28 16.31 -
YUV 144.41 104.64 177.64 -
System Red Green Blue C M Y K H S L
Decimal 214 117 103 0 0.45 0.52 0.16 7.57 0.58 0.62
Hex D6 75 67 0 2D 34 10 8 3A 3E
Octal 326 165 147 0 55 64 20 10 72 76
Binary 11010110 1110101 1100111 0 101101 110100 10000 1000 111010 111110

Color Harmonies of #D67567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67567

Black with #D67567

Text Example


Text Example

White with #D67567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67567; }

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

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

background-color css

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

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

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

border-color css

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

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

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