Html Css Color HEX #D0BA29 Barberry

📋 copy color: '#D0BA29'

red 208 ◦ green 186 ◦ blue 41

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

Shades of Barberry #D0BA29

Tints of Barberry #D0BA29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.43%

R = 47.82%
G = 42.76%
B = 9.43%

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

#D0BA29 (or 0xD0BA29) is known color: Barberry. HEX triplet: D0, BA and 29. RGB value is (208,186,41). Sum of RGB (Red+Green+Blue) = 208+186+41=435 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.82% from 435); Green value is 186 (73.05% from 255 or 42.76% from 435); Blue value is 41 (16.41% from 255 or 9.43% from 435); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BA29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0BA29 is #2F45D6. Grayscale: #B0B0B0. Windows color (decimal): -3098071 or 2734800. OLE color: 2734800.

HSL color Cylindrical-coordinate representation of color #D0BA29: hue angle of 52.1º degrees, saturation: 0.67, 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 #D0BA29 is Cyan = 0, Magento = 0.11, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 186 41 -
CMYK 0 0.11 0.80 0.18
HSL 52.1º 0.67% 0.49% -
HSV(B) 52.1º 0.8% 0.82% -
XYZ 43.97 48.69 9.18 -
YUV 176.05 51.79 150.79 -
System Red Green Blue C M Y K H S L
Decimal 208 186 41 0 0.11 0.80 0.18 52.1 0.67 0.49
Hex D0 BA 29 0 B 50 12 34 43 31
Octal 320 272 51 0 13 120 22 64 103 61
Binary 11010000 10111010 101001 0 1011 1010000 10010 110100 1000011 110001

Color Harmonies of #D0BA29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BA29

Black with #D0BA29

Text Example


Text Example

White with #D0BA29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BA29; }

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

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

background-color css

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

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

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

border-color css

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

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

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