Html Css Color HEX #D7B481 Calico

📋 copy color: '#D7B481'

red 215 ◦ green 180 ◦ blue 129

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

Shades of Calico #D7B481

Tints of Calico #D7B481

RGB

 RED value IS 215 (84.38% from 255) = 41.03%

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

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

R = 41.03%
G = 34.35%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.4

 K value IS 0.16

RGB Variations

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

Color information

#D7B481 (or 0xD7B481) is known color: Calico. HEX triplet: D7, B4 and 81. RGB value is (215,180,129). Sum of RGB (Red+Green+Blue) = 215+180+129=524 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.03% from 524); Green value is 180 (70.70% from 255 or 34.35% from 524); Blue value is 129 (50.78% from 255 or 24.62% from 524); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B481 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7B481 is #284B7E. Grayscale: #B8B8B8. Windows color (decimal): -2640767 or 8500439. OLE color: 8500439.

HSL color Cylindrical-coordinate representation of color #D7B481: hue angle of 35.58º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D7B481 is Cyan = 0, Magento = 0.16, Yellow = 0.4 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 180 129 -
CMYK 0 0.16 0.4 0.16
HSL 35.58º 0.52% 0.67% -
HSV(B) 35.58º 0.4% 0.84% -
XYZ 48.31 48.67 27.62 -
YUV 184.65 96.6 149.65 -
System Red Green Blue C M Y K H S L
Decimal 215 180 129 0 0.16 0.4 0.16 35.58 0.52 0.67
Hex D7 B4 81 0 10 28 10 24 34 43
Octal 327 264 201 0 20 50 20 44 64 103
Binary 11010111 10110100 10000001 0 10000 101000 10000 100100 110100 1000011

Color Harmonies of #D7B481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B481

Black with #D7B481

Text Example


Text Example

White with #D7B481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B481; }

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

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

background-color css

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

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

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

border-color css

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

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

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