Html Css Color HEX #D4A57F Cameo

📋 copy color: '#D4A57F'

red 212 ◦ green 165 ◦ blue 127

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

Shades of Cameo #D4A57F

Tints of Cameo #D4A57F

RGB

 RED value IS 212 (83.2% from 255) = 42.06%

 GREEN value IS 165 (64.84% from 255) = 32.74%

 BLUE value IS 127 (50% from 255) = 25.2%

R = 42.06%
G = 32.74%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#D4A57F (or 0xD4A57F) is known color: Cameo. HEX triplet: D4, A5 and 7F. RGB value is (212,165,127). Sum of RGB (Red+Green+Blue) = 212+165+127=504 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.06% from 504); Green value is 165 (64.84% from 255 or 32.74% from 504); Blue value is 127 (50% from 255 or 25.20% from 504); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A57F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A57F is #2B5A80. Grayscale: #AEAEAE. Windows color (decimal): -2841217 or 8365524. OLE color: 8365524.

HSL color Cylindrical-coordinate representation of color #D4A57F: hue angle of 26.82º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D4A57F is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 165 127 -
CMYK 0 0.22 0.40 0.17
HSL 26.82º 0.5% 0.66% -
HSV(B) 26.82º 0.4% 0.83% -
XYZ 44.44 42.44 25.93 -
YUV 174.72 101.07 154.59 -
System Red Green Blue C M Y K H S L
Decimal 212 165 127 0 0.22 0.40 0.17 26.82 0.5 0.66
Hex D4 A5 7F 0 16 28 11 1B 32 42
Octal 324 245 177 0 26 50 21 33 62 102
Binary 11010100 10100101 1111111 0 10110 101000 10001 11011 110010 1000010

Color Harmonies of #D4A57F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A57F

Black with #D4A57F

Text Example


Text Example

White with #D4A57F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A57F; }

 p { color: rgb(212,165,127); }

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

background-color css

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

 a { background-color: rgb(212,165,127); }

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

border-color css

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

 span { border-color: rgb(212,165,127); }

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