Html Css Color HEX #D4A374 Cameo

📋 copy color: '#D4A374'

red 212 ◦ green 163 ◦ blue 116

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

Shades of Cameo #D4A374

Tints of Cameo #D4A374

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.2%

 BLUE value IS 116 (45.7% from 255) = 23.63%

R = 43.18%
G = 33.2%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D4A374 (or 0xD4A374) is known color: Cameo. HEX triplet: D4, A3 and 74. RGB value is (212,163,116). Sum of RGB (Red+Green+Blue) = 212+163+116=491 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.18% from 491); Green value is 163 (64.06% from 255 or 33.20% from 491); Blue value is 116 (45.70% from 255 or 23.63% from 491); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A374 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A374 is #2B5C8B. Grayscale: #ACACAC. Windows color (decimal): -2841740 or 7644116. OLE color: 7644116.

HSL color Cylindrical-coordinate representation of color #D4A374: hue angle of 29.38º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D4A374 is Cyan = 0, Magento = 0.23, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 163 116 -
CMYK 0 0.23 0.45 0.17
HSL 29.38º 0.53% 0.64% -
HSV(B) 29.38º 0.45% 0.83% -
XYZ 43.4 41.45 22.24 -
YUV 172.29 96.23 156.32 -
System Red Green Blue C M Y K H S L
Decimal 212 163 116 0 0.23 0.45 0.17 29.38 0.53 0.64
Hex D4 A3 74 0 17 2D 11 1D 35 40
Octal 324 243 164 0 27 55 21 35 65 100
Binary 11010100 10100011 1110100 0 10111 101101 10001 11101 110101 1000000

Color Harmonies of #D4A374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A374

Black with #D4A374

Text Example


Text Example

White with #D4A374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A374; }

 p { color: rgb(212,163,116); }

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

background-color css

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

 a { background-color: rgb(212,163,116); }

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

border-color css

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

 span { border-color: rgb(212,163,116); }

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