Html Css Color HEX #D4A67E Cameo

📋 copy color: '#D4A67E'

red 212 ◦ green 166 ◦ blue 126

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

Shades of Cameo #D4A67E

Tints of Cameo #D4A67E

RGB

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

 GREEN value IS 166 (65.23% from 255) = 32.94%

 BLUE value IS 126 (49.61% from 255) = 25%

R = 42.06%
G = 32.94%
B = 25%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.41

 K value IS 0.17

RGB Variations

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

Color information

#D4A67E (or 0xD4A67E) is known color: Cameo. HEX triplet: D4, A6 and 7E. RGB value is (212,166,126). Sum of RGB (Red+Green+Blue) = 212+166+126=504 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.06% from 504); Green value is 166 (65.23% from 255 or 32.94% from 504); Blue value is 126 (49.61% from 255 or 25% from 504); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A67E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A67E is #2B5981. Grayscale: #AFAFAF. Windows color (decimal): -2840962 or 8300244. OLE color: 8300244.

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

Color convert

RGB 212 166 126 -
CMYK 0 0.22 0.41 0.17
HSL 27.91º 0.5% 0.66% -
HSV(B) 27.91º 0.41% 0.83% -
XYZ 44.55 42.78 25.65 -
YUV 175.19 100.24 154.25 -
System Red Green Blue C M Y K H S L
Decimal 212 166 126 0 0.22 0.41 0.17 27.91 0.5 0.66
Hex D4 A6 7E 0 16 29 11 1C 32 42
Octal 324 246 176 0 26 51 21 34 62 102
Binary 11010100 10100110 1111110 0 10110 101001 10001 11100 110010 1000010

Color Harmonies of #D4A67E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A67E

Black with #D4A67E

Text Example


Text Example

White with #D4A67E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A67E; }

 p { color: rgb(212,166,126); }

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

background-color css

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

 a { background-color: rgb(212,166,126); }

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

border-color css

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

 span { border-color: rgb(212,166,126); }

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