Html Css Color HEX #D67F55 Burning Sand

📋 copy color: '#D67F55'

red 214 ◦ green 127 ◦ blue 85

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

Shades of Burning Sand #D67F55

Tints of Burning Sand #D67F55

RGB

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

 GREEN value IS 127 (50% from 255) = 29.81%

 BLUE value IS 85 (33.59% from 255) = 19.95%

R = 50.23%
G = 29.81%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D67F55 (or 0xD67F55) is known color: Burning Sand. HEX triplet: D6, 7F and 55. RGB value is (214,127,85). Sum of RGB (Red+Green+Blue) = 214+127+85=426 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.23% from 426); Green value is 127 (50% from 255 or 29.81% from 426); Blue value is 85 (33.59% from 255 or 19.95% from 426); Max value from RGB is 214 - color contains mainly: red. Hex color #D67F55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67F55 is #2980AA. Grayscale: #949494. Windows color (decimal): -2719915 or 5603286. OLE color: 5603286.

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

Color convert

RGB 214 127 85 -
CMYK 0 0.41 0.60 0.16
HSL 19.53º 0.61% 0.59% -
HSV(B) 19.53º 0.6% 0.84% -
XYZ 36.96 30.13 12.46 -
YUV 148.23 92.32 174.92 -
System Red Green Blue C M Y K H S L
Decimal 214 127 85 0 0.41 0.60 0.16 19.53 0.61 0.59
Hex D6 7F 55 0 29 3C 10 14 3D 3B
Octal 326 177 125 0 51 74 20 24 75 73
Binary 11010110 1111111 1010101 0 101001 111100 10000 10100 111101 111011

Color Harmonies of #D67F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67F55

Black with #D67F55

Text Example


Text Example

White with #D67F55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67F55; }

 p { color: rgb(214,127,85); }

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

background-color css

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

 a { background-color: rgb(214,127,85); }

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

border-color css

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

 span { border-color: rgb(214,127,85); }

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