Html Css Color HEX #D7694B Flamingo

📋 copy color: '#D7694B'

red 215 ◦ green 105 ◦ blue 75

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

Shades of Flamingo #D7694B

Tints of Flamingo #D7694B

RGB

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

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

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

R = 54.43%
G = 26.58%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D7694B (or 0xD7694B) is known color: Flamingo. HEX triplet: D7, 69 and 4B. RGB value is (215,105,75). Sum of RGB (Red+Green+Blue) = 215+105+75=395 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.43% from 395); Green value is 105 (41.41% from 255 or 26.58% from 395); Blue value is 75 (29.69% from 255 or 18.99% from 395); Max value from RGB is 215 - color contains mainly: red. Hex color #D7694B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7694B is #2896B4. Grayscale: #868686. Windows color (decimal): -2660021 or 4942295. OLE color: 4942295.

HSL color Cylindrical-coordinate representation of color #D7694B: hue angle of 12.86º 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 #D7694B is Cyan = 0, Magento = 0.51, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 105 75 -
CMYK 0 0.51 0.65 0.16
HSL 12.86º 0.64% 0.57% -
HSV(B) 12.86º 0.65% 0.84% -
XYZ 34.35 25.06 9.68 -
YUV 134.47 94.44 185.44 -
System Red Green Blue C M Y K H S L
Decimal 215 105 75 0 0.51 0.65 0.16 12.86 0.64 0.57
Hex D7 69 4B 0 33 41 10 D 40 39
Octal 327 151 113 0 63 101 20 15 100 71
Binary 11010111 1101001 1001011 0 110011 1000001 10000 1101 1000000 111001

Color Harmonies of #D7694B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7694B

Black with #D7694B

Text Example


Text Example

White with #D7694B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7694B; }

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

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

background-color css

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

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

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

border-color css

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

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

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