Html Css Color HEX #D6634A Flamingo

📋 copy color: '#D6634A'

red 214 ◦ green 99 ◦ blue 74

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

Shades of Flamingo #D6634A

Tints of Flamingo #D6634A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.12%

R = 55.3%
G = 25.58%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D6634A (or 0xD6634A) is known color: Flamingo. HEX triplet: D6, 63 and 4A. RGB value is (214,99,74). Sum of RGB (Red+Green+Blue) = 214+99+74=387 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.30% from 387); Green value is 99 (39.06% from 255 or 25.58% from 387); Blue value is 74 (29.30% from 255 or 19.12% from 387); Max value from RGB is 214 - color contains mainly: red. Hex color #D6634A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6634A is #299CB5. Grayscale: #828282. Windows color (decimal): -2727094 or 4875222. OLE color: 4875222.

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

Color convert

RGB 214 99 74 -
CMYK 0 0.54 0.65 0.16
HSL 10.71º 0.63% 0.56% -
HSV(B) 10.71º 0.65% 0.84% -
XYZ 33.43 23.71 9.29 -
YUV 130.54 96.1 187.53 -
System Red Green Blue C M Y K H S L
Decimal 214 99 74 0 0.54 0.65 0.16 10.71 0.63 0.56
Hex D6 63 4A 0 36 41 10 B 3F 38
Octal 326 143 112 0 66 101 20 13 77 70
Binary 11010110 1100011 1001010 0 110110 1000001 10000 1011 111111 111000

Color Harmonies of #D6634A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6634A

Black with #D6634A

Text Example


Text Example

White with #D6634A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6634A; }

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

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

background-color css

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

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

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

border-color css

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

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

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