Html Css Color HEX #D4A574 Cameo

📋 copy color: '#D4A574'

red 212 ◦ green 165 ◦ blue 116

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

Shades of Cameo #D4A574

Tints of Cameo #D4A574

RGB

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

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

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

R = 43%
G = 33.47%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D4A574 (or 0xD4A574) is known color: Cameo. HEX triplet: D4, A5 and 74. RGB value is (212,165,116). Sum of RGB (Red+Green+Blue) = 212+165+116=493 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.00% from 493); Green value is 165 (64.84% from 255 or 33.47% from 493); Blue value is 116 (45.70% from 255 or 23.53% from 493); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A574 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A574 is #2B5A8B. Grayscale: #ADADAD. Windows color (decimal): -2841228 or 7644628. OLE color: 7644628.

HSL color Cylindrical-coordinate representation of color #D4A574: hue angle of 30.63º 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 #D4A574 is Cyan = 0, Magento = 0.22, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 165 116 -
CMYK 0 0.22 0.45 0.17
HSL 30.63º 0.53% 0.64% -
HSV(B) 30.63º 0.45% 0.83% -
XYZ 43.76 42.17 22.36 -
YUV 173.47 95.57 155.48 -
System Red Green Blue C M Y K H S L
Decimal 212 165 116 0 0.22 0.45 0.17 30.63 0.53 0.64
Hex D4 A5 74 0 16 2D 11 1F 35 40
Octal 324 245 164 0 26 55 21 37 65 100
Binary 11010100 10100101 1110100 0 10110 101101 10001 11111 110101 1000000

Color Harmonies of #D4A574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A574

Black with #D4A574

Text Example


Text Example

White with #D4A574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A574; }

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

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

background-color css

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

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

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

border-color css

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

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

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