Html Css Color HEX #DB654B Flamingo

📋 copy color: '#DB654B'

red 219 ◦ green 101 ◦ blue 75

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

Shades of Flamingo #DB654B

Tints of Flamingo #DB654B

RGB

 RED value IS 219 (85.94% from 255) = 55.44%

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

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

R = 55.44%
G = 25.57%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DB654B (or 0xDB654B) is known color: Flamingo. HEX triplet: DB, 65 and 4B. RGB value is (219,101,75). Sum of RGB (Red+Green+Blue) = 219+101+75=395 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.44% from 395); Green value is 101 (39.84% from 255 or 25.57% from 395); Blue value is 75 (29.69% from 255 or 18.99% from 395); Max value from RGB is 219 - color contains mainly: red. Hex color #DB654B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB654B is #249AB4. Grayscale: #858585. Windows color (decimal): -2398901 or 4941275. OLE color: 4941275.

HSL color Cylindrical-coordinate representation of color #DB654B: hue angle of 10.83º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB654B is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 101 75 -
CMYK 0 0.54 0.66 0.14
HSL 10.83º 0.67% 0.58% -
HSV(B) 10.83º 0.66% 0.86% -
XYZ 35.14 24.88 9.61 -
YUV 133.32 95.09 189.11 -
System Red Green Blue C M Y K H S L
Decimal 219 101 75 0 0.54 0.66 0.14 10.83 0.67 0.58
Hex DB 65 4B 0 36 42 E B 43 3A
Octal 333 145 113 0 66 102 16 13 103 72
Binary 11011011 1100101 1001011 0 110110 1000010 1110 1011 1000011 111010

Color Harmonies of #DB654B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB654B

Black with #DB654B

Text Example


Text Example

White with #DB654B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB654B; }

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

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

background-color css

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

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

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

border-color css

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

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

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