Html Css Color HEX #D5634D Flamingo

📋 copy color: '#D5634D'

red 213 ◦ green 99 ◦ blue 77

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

Shades of Flamingo #D5634D

Tints of Flamingo #D5634D

RGB

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

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

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

R = 54.76%
G = 25.45%
B = 19.79%

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

#D5634D (or 0xD5634D) is known color: Flamingo. HEX triplet: D5, 63 and 4D. RGB value is (213,99,77). Sum of RGB (Red+Green+Blue) = 213+99+77=389 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.76% from 389); Green value is 99 (39.06% from 255 or 25.45% from 389); Blue value is 77 (30.47% from 255 or 19.79% from 389); Max value from RGB is 213 - color contains mainly: red. Hex color #D5634D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5634D is #2A9CB2. Grayscale: #828282. Windows color (decimal): -2792627 or 5071829. OLE color: 5071829.

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

Color convert

RGB 213 99 77 -
CMYK 0 0.54 0.64 0.16
HSL 9.71º 0.62% 0.57% -
HSV(B) 9.71º 0.64% 0.84% -
XYZ 33.24 23.61 9.83 -
YUV 130.58 97.77 186.79 -
System Red Green Blue C M Y K H S L
Decimal 213 99 77 0 0.54 0.64 0.16 9.71 0.62 0.57
Hex D5 63 4D 0 36 40 10 A 3E 39
Octal 325 143 115 0 66 100 20 12 76 71
Binary 11010101 1100011 1001101 0 110110 1000000 10000 1010 111110 111001

Color Harmonies of #D5634D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5634D

Black with #D5634D

Text Example


Text Example

White with #D5634D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5634D; }

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

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

background-color css

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

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

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

border-color css

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

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

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