Html Css Color HEX #D5634C Flamingo

📋 copy color: '#D5634C'

red 213 ◦ green 99 ◦ blue 76

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

Shades of Flamingo #D5634C

Tints of Flamingo #D5634C

RGB

 RED value IS 213 (83.59% from 255) = 54.9%

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

 BLUE value IS 76 (30.08% from 255) = 19.59%

R = 54.9%
G = 25.52%
B = 19.59%

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

#D5634C (or 0xD5634C) is known color: Flamingo. HEX triplet: D5, 63 and 4C. RGB value is (213,99,76). Sum of RGB (Red+Green+Blue) = 213+99+76=388 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.90% from 388); Green value is 99 (39.06% from 255 or 25.52% from 388); Blue value is 76 (30.08% from 255 or 19.59% from 388); Max value from RGB is 213 - color contains mainly: red. Hex color #D5634C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5634C is #2A9CB3. Grayscale: #828282. Windows color (decimal): -2792628 or 5006293. OLE color: 5006293.

HSL color Cylindrical-coordinate representation of color #D5634C: hue angle of 10.07º degrees, saturation: 0.62, 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 #D5634C is Cyan = 0, Magento = 0.54, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 99 76 -
CMYK 0 0.54 0.64 0.16
HSL 10.07º 0.62% 0.57% -
HSV(B) 10.07º 0.64% 0.84% -
XYZ 33.21 23.59 9.64 -
YUV 130.46 97.27 186.87 -
System Red Green Blue C M Y K H S L
Decimal 213 99 76 0 0.54 0.64 0.16 10.07 0.62 0.57
Hex D5 63 4C 0 36 40 10 A 3E 39
Octal 325 143 114 0 66 100 20 12 76 71
Binary 11010101 1100011 1001100 0 110110 1000000 10000 1010 111110 111001

Color Harmonies of #D5634C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5634C

Black with #D5634C

Text Example


Text Example

White with #D5634C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5634C; }

 p { color: rgb(213,99,76); }

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

background-color css

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

 a { background-color: rgb(213,99,76); }

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

border-color css

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

 span { border-color: rgb(213,99,76); }

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