Html Css Color HEX #DB664B Flamingo

📋 copy color: '#DB664B'

red 219 ◦ green 102 ◦ blue 75

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

Shades of Flamingo #DB664B

Tints of Flamingo #DB664B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.76%

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

R = 55.3%
G = 25.76%
B = 18.94%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DB664B (or 0xDB664B) is known color: Flamingo. HEX triplet: DB, 66 and 4B. RGB value is (219,102,75). Sum of RGB (Red+Green+Blue) = 219+102+75=396 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.30% from 396); Green value is 102 (40.23% from 255 or 25.76% from 396); Blue value is 75 (29.69% from 255 or 18.94% from 396); Max value from RGB is 219 - color contains mainly: red. Hex color #DB664B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB664B is #2499B4. Grayscale: #868686. Windows color (decimal): -2398645 or 4941531. OLE color: 4941531.

HSL color Cylindrical-coordinate representation of color #DB664B: hue angle of 11.25º 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 #DB664B is Cyan = 0, Magento = 0.53, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 102 75 -
CMYK 0 0.53 0.66 0.14
HSL 11.25º 0.67% 0.58% -
HSV(B) 11.25º 0.66% 0.86% -
XYZ 35.23 25.07 9.64 -
YUV 133.91 94.76 188.7 -
System Red Green Blue C M Y K H S L
Decimal 219 102 75 0 0.53 0.66 0.14 11.25 0.67 0.58
Hex DB 66 4B 0 35 42 E B 43 3A
Octal 333 146 113 0 65 102 16 13 103 72
Binary 11011011 1100110 1001011 0 110101 1000010 1110 1011 1000011 111010

Color Harmonies of #DB664B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB664B

Black with #DB664B

Text Example


Text Example

White with #DB664B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB664B; }

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

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

background-color css

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

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

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

border-color css

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

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

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