Html Css Color HEX #DB694B Flamingo

📋 copy color: '#DB694B'

red 219 ◦ green 105 ◦ blue 75

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

Shades of Flamingo #DB694B

Tints of Flamingo #DB694B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.32%

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

R = 54.89%
G = 26.32%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DB694B (or 0xDB694B) is known color: Flamingo. HEX triplet: DB, 69 and 4B. RGB value is (219,105,75). Sum of RGB (Red+Green+Blue) = 219+105+75=399 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.89% from 399); Green value is 105 (41.41% from 255 or 26.32% from 399); Blue value is 75 (29.69% from 255 or 18.80% from 399); Max value from RGB is 219 - color contains mainly: red. Hex color #DB694B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB694B is #2496B4. Grayscale: #878787. Windows color (decimal): -2397877 or 4942299. OLE color: 4942299.

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

Color convert

RGB 219 105 75 -
CMYK 0 0.52 0.66 0.14
HSL 12.5º 0.67% 0.58% -
HSV(B) 12.5º 0.66% 0.86% -
XYZ 35.53 25.67 9.74 -
YUV 135.67 93.77 187.44 -
System Red Green Blue C M Y K H S L
Decimal 219 105 75 0 0.52 0.66 0.14 12.5 0.67 0.58
Hex DB 69 4B 0 34 42 E C 43 3A
Octal 333 151 113 0 64 102 16 14 103 72
Binary 11011011 1101001 1001011 0 110100 1000010 1110 1100 1000011 111010

Color Harmonies of #DB694B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB694B

Black with #DB694B

Text Example


Text Example

White with #DB694B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB694B; }

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

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

background-color css

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

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

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

border-color css

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

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

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