Html Css Color HEX #D2BA28 Barberry

📋 copy color: '#D2BA28'

red 210 ◦ green 186 ◦ blue 40

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

Shades of Barberry #D2BA28

Tints of Barberry #D2BA28

RGB

 RED value IS 210 (82.42% from 255) = 48.17%

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

 BLUE value IS 40 (16.02% from 255) = 9.17%

R = 48.17%
G = 42.66%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D2BA28 (or 0xD2BA28) is known color: Barberry. HEX triplet: D2, BA and 28. RGB value is (210,186,40). Sum of RGB (Red+Green+Blue) = 210+186+40=436 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.17% from 436); Green value is 186 (73.05% from 255 or 42.66% from 436); Blue value is 40 (16.02% from 255 or 9.17% from 436); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BA28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2BA28 is #2D45D7. Grayscale: #B1B1B1. Windows color (decimal): -2967000 or 2669266. OLE color: 2669266.

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

Color convert

RGB 210 186 40 -
CMYK 0 0.11 0.81 0.18
HSL 51.53º 0.68% 0.49% -
HSV(B) 51.53º 0.81% 0.82% -
XYZ 44.52 48.97 9.11 -
YUV 176.53 50.95 151.87 -
System Red Green Blue C M Y K H S L
Decimal 210 186 40 0 0.11 0.81 0.18 51.53 0.68 0.49
Hex D2 BA 28 0 B 51 12 34 44 31
Octal 322 272 50 0 13 121 22 64 104 61
Binary 11010010 10111010 101000 0 1011 1010001 10010 110100 1000100 110001

Color Harmonies of #D2BA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BA28

Black with #D2BA28

Text Example


Text Example

White with #D2BA28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BA28; }

 p { color: rgb(210,186,40); }

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

background-color css

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

 a { background-color: rgb(210,186,40); }

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

border-color css

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

 span { border-color: rgb(210,186,40); }

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