Html Css Color HEX #D67471 Geraldine

📋 copy color: '#D67471'

red 214 ◦ green 116 ◦ blue 113

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

Shades of Geraldine #D67471

Tints of Geraldine #D67471

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.19%

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

R = 48.31%
G = 26.19%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D67471 (or 0xD67471) is known color: Geraldine. HEX triplet: D6, 74 and 71. RGB value is (214,116,113). Sum of RGB (Red+Green+Blue) = 214+116+113=443 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.31% from 443); Green value is 116 (45.70% from 255 or 26.19% from 443); Blue value is 113 (44.53% from 255 or 25.51% from 443); Max value from RGB is 214 - color contains mainly: red. Hex color #D67471 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67471 is #298B8E. Grayscale: #919191. Windows color (decimal): -2722703 or 7435478. OLE color: 7435478.

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

Color convert

RGB 214 116 113 -
CMYK 0 0.46 0.47 0.16
HSL 1.78º 0.55% 0.64% -
HSV(B) 1.78º 0.47% 0.84% -
XYZ 36.96 27.98 19.08 -
YUV 144.96 109.97 177.24 -
System Red Green Blue C M Y K H S L
Decimal 214 116 113 0 0.46 0.47 0.16 1.78 0.55 0.64
Hex D6 74 71 0 2E 2F 10 2 37 40
Octal 326 164 161 0 56 57 20 2 67 100
Binary 11010110 1110100 1110001 0 101110 101111 10000 10 110111 1000000

Color Harmonies of #D67471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67471

Black with #D67471

Text Example


Text Example

White with #D67471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67471; }

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

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

background-color css

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

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

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

border-color css

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

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

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