Html Css Color HEX #DB674B Flamingo

📋 copy color: '#DB674B'

red 219 ◦ green 103 ◦ blue 75

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

Shades of Flamingo #DB674B

Tints of Flamingo #DB674B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.94%

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

R = 55.16%
G = 25.94%
B = 18.89%

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

#DB674B (or 0xDB674B) is known color: Flamingo. HEX triplet: DB, 67 and 4B. RGB value is (219,103,75). Sum of RGB (Red+Green+Blue) = 219+103+75=397 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.16% from 397); Green value is 103 (40.62% from 255 or 25.94% from 397); Blue value is 75 (29.69% from 255 or 18.89% from 397); Max value from RGB is 219 - color contains mainly: red. Hex color #DB674B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB674B is #2498B4. Grayscale: #868686. Windows color (decimal): -2398389 or 4941787. OLE color: 4941787.

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

Color convert

RGB 219 103 75 -
CMYK 0 0.53 0.66 0.14
HSL 11.67º 0.67% 0.58% -
HSV(B) 11.67º 0.66% 0.86% -
XYZ 35.33 25.27 9.67 -
YUV 134.49 94.43 188.28 -
System Red Green Blue C M Y K H S L
Decimal 219 103 75 0 0.53 0.66 0.14 11.67 0.67 0.58
Hex DB 67 4B 0 35 42 E C 43 3A
Octal 333 147 113 0 65 102 16 14 103 72
Binary 11011011 1100111 1001011 0 110101 1000010 1110 1100 1000011 111010

Color Harmonies of #DB674B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB674B

Black with #DB674B

Text Example


Text Example

White with #DB674B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB674B; }

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

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

background-color css

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

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

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

border-color css

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

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

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