Html Css Color HEX #D67C5A Burning Sand

📋 copy color: '#D67C5A'

red 214 ◦ green 124 ◦ blue 90

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

Shades of Burning Sand #D67C5A

Tints of Burning Sand #D67C5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.03%

R = 50%
G = 28.97%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D67C5A (or 0xD67C5A) is known color: Burning Sand. HEX triplet: D6, 7C and 5A. RGB value is (214,124,90). Sum of RGB (Red+Green+Blue) = 214+124+90=428 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50% from 428); Green value is 124 (48.83% from 255 or 28.97% from 428); Blue value is 90 (35.55% from 255 or 21.03% from 428); Max value from RGB is 214 - color contains mainly: red. Hex color #D67C5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67C5A is #2983A5. Grayscale: #939393. Windows color (decimal): -2720678 or 5930198. OLE color: 5930198.

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

Color convert

RGB 214 124 90 -
CMYK 0 0.42 0.58 0.16
HSL 16.45º 0.6% 0.6% -
HSV(B) 16.45º 0.58% 0.84% -
XYZ 36.78 29.45 13.42 -
YUV 147.03 95.82 175.76 -
System Red Green Blue C M Y K H S L
Decimal 214 124 90 0 0.42 0.58 0.16 16.45 0.6 0.6
Hex D6 7C 5A 0 2A 3A 10 10 3C 3C
Octal 326 174 132 0 52 72 20 20 74 74
Binary 11010110 1111100 1011010 0 101010 111010 10000 10000 111100 111100

Color Harmonies of #D67C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67C5A

Black with #D67C5A

Text Example


Text Example

White with #D67C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67C5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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