Html Css Color HEX #D0B880 Yuma

📋 copy color: '#D0B880'

red 208 ◦ green 184 ◦ blue 128

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

Shades of Yuma #D0B880

Tints of Yuma #D0B880

RGB

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

 GREEN value IS 184 (72.27% from 255) = 35.38%

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

R = 40%
G = 35.38%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D0B880 (or 0xD0B880) is known color: Yuma. HEX triplet: D0, B8 and 80. RGB value is (208,184,128). Sum of RGB (Red+Green+Blue) = 208+184+128=520 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40% from 520); Green value is 184 (72.27% from 255 or 35.38% from 520); Blue value is 128 (50.39% from 255 or 24.62% from 520); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B880 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0B880 is #2F477F. Grayscale: #B9B9B9. Windows color (decimal): -3098496 or 8435920. OLE color: 8435920.

HSL color Cylindrical-coordinate representation of color #D0B880: hue angle of 42º 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 #D0B880 is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 184 128 -
CMYK 0 0.12 0.38 0.18
HSL 42º 0.46% 0.66% -
HSV(B) 42º 0.38% 0.82% -
XYZ 47.05 49.25 27.45 -
YUV 184.79 95.95 144.55 -
System Red Green Blue C M Y K H S L
Decimal 208 184 128 0 0.12 0.38 0.18 42 0.46 0.66
Hex D0 B8 80 0 C 26 12 2A 2E 42
Octal 320 270 200 0 14 46 22 52 56 102
Binary 11010000 10111000 10000000 0 1100 100110 10010 101010 101110 1000010

Color Harmonies of #D0B880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B880

Black with #D0B880

Text Example


Text Example

White with #D0B880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B880; }

 p { color: rgb(208,184,128); }

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

background-color css

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

 a { background-color: rgb(208,184,128); }

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

border-color css

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

 span { border-color: rgb(208,184,128); }

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