Html Css Color HEX #D2B481 Calico

📋 copy color: '#D2B481'

red 210 ◦ green 180 ◦ blue 129

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

Shades of Calico #D2B481

Tints of Calico #D2B481

RGB

 RED value IS 210 (82.42% from 255) = 40.46%

 GREEN value IS 180 (70.7% from 255) = 34.68%

 BLUE value IS 129 (50.78% from 255) = 24.86%

R = 40.46%
G = 34.68%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D2B481 (or 0xD2B481) is known color: Calico. HEX triplet: D2, B4 and 81. RGB value is (210,180,129). Sum of RGB (Red+Green+Blue) = 210+180+129=519 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.46% from 519); Green value is 180 (70.70% from 255 or 34.68% from 519); Blue value is 129 (50.78% from 255 or 24.86% from 519); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B481 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2B481 is #2D4B7E. Grayscale: #B7B7B7. Windows color (decimal): -2968447 or 8500434. OLE color: 8500434.

HSL color Cylindrical-coordinate representation of color #D2B481: hue angle of 37.78º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D2B481 is Cyan = 0, Magento = 0.14, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 180 129 -
CMYK 0 0.14 0.39 0.18
HSL 37.78º 0.47% 0.66% -
HSV(B) 37.78º 0.39% 0.82% -
XYZ 46.86 47.93 27.55 -
YUV 183.16 97.44 147.15 -
System Red Green Blue C M Y K H S L
Decimal 210 180 129 0 0.14 0.39 0.18 37.78 0.47 0.66
Hex D2 B4 81 0 E 27 12 26 2F 42
Octal 322 264 201 0 16 47 22 46 57 102
Binary 11010010 10110100 10000001 0 1110 100111 10010 100110 101111 1000010

Color Harmonies of #D2B481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B481

Black with #D2B481

Text Example


Text Example

White with #D2B481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B481; }

 p { color: rgb(210,180,129); }

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

background-color css

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

 a { background-color: rgb(210,180,129); }

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

border-color css

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

 span { border-color: rgb(210,180,129); }

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