Html Css Color HEX #D5654B Flamingo

📋 copy color: '#D5654B'

red 213 ◦ green 101 ◦ blue 75

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

Shades of Flamingo #D5654B

Tints of Flamingo #D5654B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.96%

 BLUE value IS 75 (29.69% from 255) = 19.28%

R = 54.76%
G = 25.96%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D5654B (or 0xD5654B) is known color: Flamingo. HEX triplet: D5, 65 and 4B. RGB value is (213,101,75). Sum of RGB (Red+Green+Blue) = 213+101+75=389 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.76% from 389); Green value is 101 (39.84% from 255 or 25.96% from 389); Blue value is 75 (29.69% from 255 or 19.28% from 389); Max value from RGB is 213 - color contains mainly: red. Hex color #D5654B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5654B is #2A9AB4. Grayscale: #838383. Windows color (decimal): -2792117 or 4941269. OLE color: 4941269.

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

Color convert

RGB 213 101 75 -
CMYK 0 0.53 0.65 0.16
HSL 11.3º 0.62% 0.56% -
HSV(B) 11.3º 0.65% 0.84% -
XYZ 33.36 23.96 9.52 -
YUV 131.52 96.11 186.11 -
System Red Green Blue C M Y K H S L
Decimal 213 101 75 0 0.53 0.65 0.16 11.3 0.62 0.56
Hex D5 65 4B 0 35 41 10 B 3E 38
Octal 325 145 113 0 65 101 20 13 76 70
Binary 11010101 1100101 1001011 0 110101 1000001 10000 1011 111110 111000

Color Harmonies of #D5654B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5654B

Black with #D5654B

Text Example


Text Example

White with #D5654B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5654B; }

 p { color: rgb(213,101,75); }

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

background-color css

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

 a { background-color: rgb(213,101,75); }

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

border-color css

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

 span { border-color: rgb(213,101,75); }

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