Html Css Color HEX #D8654B Flamingo

📋 copy color: '#D8654B'

red 216 ◦ green 101 ◦ blue 75

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

Shades of Flamingo #D8654B

Tints of Flamingo #D8654B

RGB

 RED value IS 216 (84.77% from 255) = 55.1%

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

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

R = 55.1%
G = 25.77%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D8654B (or 0xD8654B) is known color: Flamingo. HEX triplet: D8, 65 and 4B. RGB value is (216,101,75). Sum of RGB (Red+Green+Blue) = 216+101+75=392 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.10% from 392); Green value is 101 (39.84% from 255 or 25.77% from 392); Blue value is 75 (29.69% from 255 or 19.13% from 392); Max value from RGB is 216 - color contains mainly: red. Hex color #D8654B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8654B is #279AB4. Grayscale: #848484. Windows color (decimal): -2595509 or 4941272. OLE color: 4941272.

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

Color convert

RGB 216 101 75 -
CMYK 0 0.53 0.65 0.15
HSL 11.06º 0.64% 0.57% -
HSV(B) 11.06º 0.65% 0.85% -
XYZ 34.24 24.41 9.56 -
YUV 132.42 95.6 187.61 -
System Red Green Blue C M Y K H S L
Decimal 216 101 75 0 0.53 0.65 0.15 11.06 0.64 0.57
Hex D8 65 4B 0 35 41 F B 40 39
Octal 330 145 113 0 65 101 17 13 100 71
Binary 11011000 1100101 1001011 0 110101 1000001 1111 1011 1000000 111001

Color Harmonies of #D8654B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8654B

Black with #D8654B

Text Example


Text Example

White with #D8654B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8654B; }

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

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

background-color css

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

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

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

border-color css

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

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

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