Html Css Color HEX #D0BA2A Barberry

📋 copy color: '#D0BA2A'

red 208 ◦ green 186 ◦ blue 42

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

Shades of Barberry #D0BA2A

Tints of Barberry #D0BA2A

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.66%

 BLUE value IS 42 (16.8% from 255) = 9.63%

R = 47.71%
G = 42.66%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D0BA2A (or 0xD0BA2A) is known color: Barberry. HEX triplet: D0, BA and 2A. RGB value is (208,186,42). Sum of RGB (Red+Green+Blue) = 208+186+42=436 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.71% from 436); Green value is 186 (73.05% from 255 or 42.66% from 436); Blue value is 42 (16.80% from 255 or 9.63% from 436); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BA2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0BA2A is #2F45D5. Grayscale: #B0B0B0. Windows color (decimal): -3098070 or 2800336. OLE color: 2800336.

HSL color Cylindrical-coordinate representation of color #D0BA2A: hue angle of 52.05º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D0BA2A is Cyan = 0, Magento = 0.11, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 186 42 -
CMYK 0 0.11 0.80 0.18
HSL 52.05º 0.66% 0.49% -
HSV(B) 52.05º 0.8% 0.82% -
XYZ 43.99 48.69 9.27 -
YUV 176.16 52.29 150.71 -
System Red Green Blue C M Y K H S L
Decimal 208 186 42 0 0.11 0.80 0.18 52.05 0.66 0.49
Hex D0 BA 2A 0 B 50 12 34 42 31
Octal 320 272 52 0 13 120 22 64 102 61
Binary 11010000 10111010 101010 0 1011 1010000 10010 110100 1000010 110001

Color Harmonies of #D0BA2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BA2A

Black with #D0BA2A

Text Example


Text Example

White with #D0BA2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BA2A; }

 p { color: rgb(208,186,42); }

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

background-color css

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

 a { background-color: rgb(208,186,42); }

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

border-color css

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

 span { border-color: rgb(208,186,42); }

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