Html Css Color HEX #D7654B Flamingo

📋 copy color: '#D7654B'

red 215 ◦ green 101 ◦ blue 75

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

Shades of Flamingo #D7654B

Tints of Flamingo #D7654B

RGB

 RED value IS 215 (84.38% from 255) = 54.99%

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

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

R = 54.99%
G = 25.83%
B = 19.18%

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

#D7654B (or 0xD7654B) is known color: Flamingo. HEX triplet: D7, 65 and 4B. RGB value is (215,101,75). Sum of RGB (Red+Green+Blue) = 215+101+75=391 (51% of max value = 765). Red value is 215 (84.38% from 255 or 54.99% from 391); Green value is 101 (39.84% from 255 or 25.83% from 391); Blue value is 75 (29.69% from 255 or 19.18% from 391); Max value from RGB is 215 - color contains mainly: red. Hex color #D7654B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7654B is #289AB4. Grayscale: #848484. Windows color (decimal): -2661045 or 4941271. OLE color: 4941271.

HSL color Cylindrical-coordinate representation of color #D7654B: hue angle of 11.14º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D7654B is Cyan = 0, Magento = 0.53, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 101 75 -
CMYK 0 0.53 0.65 0.16
HSL 11.14º 0.64% 0.57% -
HSV(B) 11.14º 0.65% 0.84% -
XYZ 33.95 24.26 9.55 -
YUV 132.12 95.77 187.11 -
System Red Green Blue C M Y K H S L
Decimal 215 101 75 0 0.53 0.65 0.16 11.14 0.64 0.57
Hex D7 65 4B 0 35 41 10 B 40 39
Octal 327 145 113 0 65 101 20 13 100 71
Binary 11010111 1100101 1001011 0 110101 1000001 10000 1011 1000000 111001

Color Harmonies of #D7654B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7654B

Black with #D7654B

Text Example


Text Example

White with #D7654B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7654B; }

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

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

background-color css

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

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

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

border-color css

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

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

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