Html Css Color HEX #D6706F Geraldine

📋 copy color: '#D6706F'

red 214 ◦ green 112 ◦ blue 111

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

Shades of Geraldine #D6706F

Tints of Geraldine #D6706F

RGB

 RED value IS 214 (83.98% from 255) = 48.97%

 GREEN value IS 112 (44.14% from 255) = 25.63%

 BLUE value IS 111 (43.75% from 255) = 25.4%

R = 48.97%
G = 25.63%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D6706F (or 0xD6706F) is known color: Geraldine. HEX triplet: D6, 70 and 6F. RGB value is (214,112,111). Sum of RGB (Red+Green+Blue) = 214+112+111=437 (57% of max value = 765). Red value is 214 (83.98% from 255 or 48.97% from 437); Green value is 112 (44.14% from 255 or 25.63% from 437); Blue value is 111 (43.75% from 255 or 25.40% from 437); Max value from RGB is 214 - color contains mainly: red. Hex color #D6706F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6706F is #298F90. Grayscale: #8E8E8E. Windows color (decimal): -2723729 or 7303382. OLE color: 7303382.

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

Color convert

RGB 214 112 111 -
CMYK 0 0.48 0.48 0.16
HSL 0.58º 0.56% 0.64% -
HSV(B) 0.58º 0.48% 0.84% -
XYZ 36.39 27.03 18.34 -
YUV 142.38 110.29 179.08 -
System Red Green Blue C M Y K H S L
Decimal 214 112 111 0 0.48 0.48 0.16 0.58 0.56 0.64
Hex D6 70 6F 0 30 30 10 1 38 40
Octal 326 160 157 0 60 60 20 1 70 100
Binary 11010110 1110000 1101111 0 110000 110000 10000 1 111000 1000000

Color Harmonies of #D6706F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6706F

Black with #D6706F

Text Example


Text Example

White with #D6706F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6706F; }

 p { color: rgb(214,112,111); }

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

background-color css

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

 a { background-color: rgb(214,112,111); }

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

border-color css

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

 span { border-color: rgb(214,112,111); }

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