Html Css Color HEX #D6736F Geraldine

📋 copy color: '#D6736F'

red 214 ◦ green 115 ◦ blue 111

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

Shades of Geraldine #D6736F

Tints of Geraldine #D6736F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.14%

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

R = 48.64%
G = 26.14%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D6736F (or 0xD6736F) is known color: Geraldine. HEX triplet: D6, 73 and 6F. RGB value is (214,115,111). Sum of RGB (Red+Green+Blue) = 214+115+111=440 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.64% from 440); Green value is 115 (45.31% from 255 or 26.14% from 440); Blue value is 111 (43.75% from 255 or 25.23% from 440); Max value from RGB is 214 - color contains mainly: red. Hex color #D6736F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6736F is #298C90. Grayscale: #909090. Windows color (decimal): -2722961 or 7304150. OLE color: 7304150.

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

Color convert

RGB 214 115 111 -
CMYK 0 0.46 0.48 0.16
HSL 2.33º 0.56% 0.64% -
HSV(B) 2.33º 0.48% 0.84% -
XYZ 36.73 27.71 18.45 -
YUV 144.15 109.3 177.83 -
System Red Green Blue C M Y K H S L
Decimal 214 115 111 0 0.46 0.48 0.16 2.33 0.56 0.64
Hex D6 73 6F 0 2E 30 10 2 38 40
Octal 326 163 157 0 56 60 20 2 70 100
Binary 11010110 1110011 1101111 0 101110 110000 10000 10 111000 1000000

Color Harmonies of #D6736F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6736F

Black with #D6736F

Text Example


Text Example

White with #D6736F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6736F; }

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

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

background-color css

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

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

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

border-color css

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

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

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