Html Css Color HEX #D67271 Geraldine

📋 copy color: '#D67271'

red 214 ◦ green 114 ◦ blue 113

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

Shades of Geraldine #D67271

Tints of Geraldine #D67271

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.85%

 BLUE value IS 113 (44.53% from 255) = 25.62%

R = 48.53%
G = 25.85%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D67271 (or 0xD67271) is known color: Geraldine. HEX triplet: D6, 72 and 71. RGB value is (214,114,113). Sum of RGB (Red+Green+Blue) = 214+114+113=441 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.53% from 441); Green value is 114 (44.92% from 255 or 25.85% from 441); Blue value is 113 (44.53% from 255 or 25.62% from 441); Max value from RGB is 214 - color contains mainly: red. Hex color #D67271 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67271 is #298D8E. Grayscale: #8F8F8F. Windows color (decimal): -2723215 or 7434966. OLE color: 7434966.

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

Color convert

RGB 214 114 113 -
CMYK 0 0.47 0.47 0.16
HSL 0.59º 0.55% 0.64% -
HSV(B) 0.59º 0.47% 0.84% -
XYZ 36.73 27.52 19 -
YUV 143.79 110.63 178.08 -
System Red Green Blue C M Y K H S L
Decimal 214 114 113 0 0.47 0.47 0.16 0.59 0.55 0.64
Hex D6 72 71 0 2F 2F 10 1 37 40
Octal 326 162 161 0 57 57 20 1 67 100
Binary 11010110 1110010 1110001 0 101111 101111 10000 1 110111 1000000

Color Harmonies of #D67271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67271

Black with #D67271

Text Example


Text Example

White with #D67271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67271; }

 p { color: rgb(214,114,113); }

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

background-color css

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

 a { background-color: rgb(214,114,113); }

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

border-color css

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

 span { border-color: rgb(214,114,113); }

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