Html Css Color HEX #D6634D Flamingo

📋 copy color: '#D6634D'

red 214 ◦ green 99 ◦ blue 77

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

Shades of Flamingo #D6634D

Tints of Flamingo #D6634D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.38%

 BLUE value IS 77 (30.47% from 255) = 19.74%

R = 54.87%
G = 25.38%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D6634D (or 0xD6634D) is known color: Flamingo. HEX triplet: D6, 63 and 4D. RGB value is (214,99,77). Sum of RGB (Red+Green+Blue) = 214+99+77=390 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.87% from 390); Green value is 99 (39.06% from 255 or 25.38% from 390); Blue value is 77 (30.47% from 255 or 19.74% from 390); Max value from RGB is 214 - color contains mainly: red. Hex color #D6634D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6634D is #299CB2. Grayscale: #838383. Windows color (decimal): -2727091 or 5071830. OLE color: 5071830.

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

Color convert

RGB 214 99 77 -
CMYK 0 0.54 0.64 0.16
HSL 9.64º 0.63% 0.57% -
HSV(B) 9.64º 0.64% 0.84% -
XYZ 33.53 23.76 9.84 -
YUV 130.88 97.6 187.29 -
System Red Green Blue C M Y K H S L
Decimal 214 99 77 0 0.54 0.64 0.16 9.64 0.63 0.57
Hex D6 63 4D 0 36 40 10 A 3F 39
Octal 326 143 115 0 66 100 20 12 77 71
Binary 11010110 1100011 1001101 0 110110 1000000 10000 1010 111111 111001

Color Harmonies of #D6634D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6634D

Black with #D6634D

Text Example


Text Example

White with #D6634D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6634D; }

 p { color: rgb(214,99,77); }

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

background-color css

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

 a { background-color: rgb(214,99,77); }

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

border-color css

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

 span { border-color: rgb(214,99,77); }

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