Html Css Color HEX #D67C65 Burning Sand

📋 copy color: '#D67C65'

red 214 ◦ green 124 ◦ blue 101

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

Shades of Burning Sand #D67C65

Tints of Burning Sand #D67C65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 23.01%

R = 48.75%
G = 28.25%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D67C65 (or 0xD67C65) is known color: Burning Sand. HEX triplet: D6, 7C and 65. RGB value is (214,124,101). Sum of RGB (Red+Green+Blue) = 214+124+101=439 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.75% from 439); Green value is 124 (48.83% from 255 or 28.25% from 439); Blue value is 101 (39.84% from 255 or 23.01% from 439); Max value from RGB is 214 - color contains mainly: red. Hex color #D67C65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67C65 is #29839A. Grayscale: #949494. Windows color (decimal): -2720667 or 6651094. OLE color: 6651094.

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

Color convert

RGB 214 124 101 -
CMYK 0 0.42 0.53 0.16
HSL 12.21º 0.58% 0.62% -
HSV(B) 12.21º 0.53% 0.84% -
XYZ 37.29 29.65 16.07 -
YUV 148.29 101.32 174.87 -
System Red Green Blue C M Y K H S L
Decimal 214 124 101 0 0.42 0.53 0.16 12.21 0.58 0.62
Hex D6 7C 65 0 2A 35 10 C 3A 3E
Octal 326 174 145 0 52 65 20 14 72 76
Binary 11010110 1111100 1100101 0 101010 110101 10000 1100 111010 111110

Color Harmonies of #D67C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67C65

Black with #D67C65

Text Example


Text Example

White with #D67C65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67C65; }

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

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

background-color css

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

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

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

border-color css

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

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

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