Html Css Color HEX #D4A380 Cameo

📋 copy color: '#D4A380'

red 212 ◦ green 163 ◦ blue 128

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

Shades of Cameo #D4A380

Tints of Cameo #D4A380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 25.45%

R = 42.15%
G = 32.41%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#D4A380 (or 0xD4A380) is known color: Cameo. HEX triplet: D4, A3 and 80. RGB value is (212,163,128). Sum of RGB (Red+Green+Blue) = 212+163+128=503 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.15% from 503); Green value is 163 (64.06% from 255 or 32.41% from 503); Blue value is 128 (50.39% from 255 or 25.45% from 503); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A380 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A380 is #2B5C7F. Grayscale: #ADADAD. Windows color (decimal): -2841728 or 8430548. OLE color: 8430548.

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

Color convert

RGB 212 163 128 -
CMYK 0 0.23 0.40 0.17
HSL 25º 0.49% 0.67% -
HSV(B) 25º 0.4% 0.83% -
XYZ 44.14 41.75 26.15 -
YUV 173.66 102.23 155.35 -
System Red Green Blue C M Y K H S L
Decimal 212 163 128 0 0.23 0.40 0.17 25 0.49 0.67
Hex D4 A3 80 0 17 28 11 19 31 43
Octal 324 243 200 0 27 50 21 31 61 103
Binary 11010100 10100011 10000000 0 10111 101000 10001 11001 110001 1000011

Color Harmonies of #D4A380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A380

Black with #D4A380

Text Example


Text Example

White with #D4A380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A380; }

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

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

background-color css

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

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

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

border-color css

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

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

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