Html Css Color HEX #D0B481 Calico

📋 copy color: '#D0B481'

red 208 ◦ green 180 ◦ blue 129

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

Shades of Calico #D0B481

Tints of Calico #D0B481

RGB

 RED value IS 208 (81.64% from 255) = 40.23%

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

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

R = 40.23%
G = 34.82%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D0B481 (or 0xD0B481) is known color: Calico. HEX triplet: D0, B4 and 81. RGB value is (208,180,129). Sum of RGB (Red+Green+Blue) = 208+180+129=517 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.23% from 517); Green value is 180 (70.70% from 255 or 34.82% from 517); Blue value is 129 (50.78% from 255 or 24.95% from 517); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B481 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0B481 is #2F4B7E. Grayscale: #B6B6B6. Windows color (decimal): -3099519 or 8500432. OLE color: 8500432.

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

Color convert

RGB 208 180 129 -
CMYK 0 0.13 0.38 0.18
HSL 38.73º 0.46% 0.66% -
HSV(B) 38.73º 0.38% 0.82% -
XYZ 46.3 47.64 27.52 -
YUV 182.56 97.78 146.15 -
System Red Green Blue C M Y K H S L
Decimal 208 180 129 0 0.13 0.38 0.18 38.73 0.46 0.66
Hex D0 B4 81 0 D 26 12 27 2E 42
Octal 320 264 201 0 15 46 22 47 56 102
Binary 11010000 10110100 10000001 0 1101 100110 10010 100111 101110 1000010

Color Harmonies of #D0B481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B481

Black with #D0B481

Text Example


Text Example

White with #D0B481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B481; }

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

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

background-color css

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

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

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

border-color css

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

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

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