Html Css Color HEX #D76748 Flamingo

📋 copy color: '#D76748'

red 215 ◦ green 103 ◦ blue 72

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

Shades of Flamingo #D76748

Tints of Flamingo #D76748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.46%

R = 55.13%
G = 26.41%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D76748 (or 0xD76748) is known color: Flamingo. HEX triplet: D7, 67 and 48. RGB value is (215,103,72). Sum of RGB (Red+Green+Blue) = 215+103+72=390 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.13% from 390); Green value is 103 (40.62% from 255 or 26.41% from 390); Blue value is 72 (28.52% from 255 or 18.46% from 390); Max value from RGB is 215 - color contains mainly: red. Hex color #D76748 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76748 is #2898B7. Grayscale: #858585. Windows color (decimal): -2660536 or 4745175. OLE color: 4745175.

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

Color convert

RGB 215 103 72 -
CMYK 0 0.52 0.67 0.16
HSL 13.01º 0.64% 0.56% -
HSV(B) 13.01º 0.67% 0.84% -
XYZ 34.04 24.62 9.09 -
YUV 132.95 93.61 186.52 -
System Red Green Blue C M Y K H S L
Decimal 215 103 72 0 0.52 0.67 0.16 13.01 0.64 0.56
Hex D7 67 48 0 34 43 10 D 40 38
Octal 327 147 110 0 64 103 20 15 100 70
Binary 11010111 1100111 1001000 0 110100 1000011 10000 1101 1000000 111000

Color Harmonies of #D76748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76748

Black with #D76748

Text Example


Text Example

White with #D76748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76748; }

 p { color: rgb(215,103,72); }

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

background-color css

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

 a { background-color: rgb(215,103,72); }

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

border-color css

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

 span { border-color: rgb(215,103,72); }

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