Html Css Color HEX #D0BB82 Yuma

📋 copy color: '#D0BB82'

red 208 ◦ green 187 ◦ blue 130

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

Shades of Yuma #D0BB82

Tints of Yuma #D0BB82

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.62%

 BLUE value IS 130 (51.17% from 255) = 24.76%

R = 39.62%
G = 35.62%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D0BB82 (or 0xD0BB82) is known color: Yuma. HEX triplet: D0, BB and 82. RGB value is (208,187,130). Sum of RGB (Red+Green+Blue) = 208+187+130=525 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.62% from 525); Green value is 187 (73.44% from 255 or 35.62% from 525); Blue value is 130 (51.17% from 255 or 24.76% from 525); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BB82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BB82 is #2F447D. Grayscale: #BBBBBB. Windows color (decimal): -3097726 or 8567760. OLE color: 8567760.

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

Color convert

RGB 208 187 130 -
CMYK 0 0.10 0.38 0.18
HSL 43.85º 0.45% 0.66% -
HSV(B) 43.85º 0.38% 0.82% -
XYZ 47.81 50.56 28.36 -
YUV 186.78 95.96 143.13 -
System Red Green Blue C M Y K H S L
Decimal 208 187 130 0 0.10 0.38 0.18 43.85 0.45 0.66
Hex D0 BB 82 0 A 26 12 2C 2D 42
Octal 320 273 202 0 12 46 22 54 55 102
Binary 11010000 10111011 10000010 0 1010 100110 10010 101100 101101 1000010

Color Harmonies of #D0BB82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BB82

Black with #D0BB82

Text Example


Text Example

White with #D0BB82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BB82; }

 p { color: rgb(208,187,130); }

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

background-color css

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

 a { background-color: rgb(208,187,130); }

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

border-color css

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

 span { border-color: rgb(208,187,130); }

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