Html Css Color HEX #D4AF8A Calico

📋 copy color: '#D4AF8A'

red 212 ◦ green 175 ◦ blue 138

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

Shades of Calico #D4AF8A

Tints of Calico #D4AF8A

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.33%

 BLUE value IS 138 (54.3% from 255) = 26.29%

R = 40.38%
G = 33.33%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.35

 K value IS 0.17

RGB Variations

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

Color information

#D4AF8A (or 0xD4AF8A) is known color: Calico. HEX triplet: D4, AF and 8A. RGB value is (212,175,138). Sum of RGB (Red+Green+Blue) = 212+175+138=525 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.38% from 525); Green value is 175 (68.75% from 255 or 33.33% from 525); Blue value is 138 (54.30% from 255 or 26.29% from 525); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AF8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4AF8A is #2B5075. Grayscale: #B6B6B6. Windows color (decimal): -2838646 or 9088980. OLE color: 9088980.

HSL color Cylindrical-coordinate representation of color #D4AF8A: hue angle of 30º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D4AF8A is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 175 138 -
CMYK 0 0.17 0.35 0.17
HSL 30º 0.46% 0.69% -
HSV(B) 30º 0.35% 0.83% -
XYZ 47.07 46.49 30.54 -
YUV 181.85 103.26 149.51 -
System Red Green Blue C M Y K H S L
Decimal 212 175 138 0 0.17 0.35 0.17 30 0.46 0.69
Hex D4 AF 8A 0 11 23 11 1E 2E 45
Octal 324 257 212 0 21 43 21 36 56 105
Binary 11010100 10101111 10001010 0 10001 100011 10001 11110 101110 1000101

Color Harmonies of #D4AF8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AF8A

Black with #D4AF8A

Text Example


Text Example

White with #D4AF8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AF8A; }

 p { color: rgb(212,175,138); }

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

background-color css

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

 a { background-color: rgb(212,175,138); }

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

border-color css

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

 span { border-color: rgb(212,175,138); }

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