Html Css Color HEX #DBD228 Barberry

📋 copy color: '#DBD228'

red 219 ◦ green 210 ◦ blue 40

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

Shades of Barberry #DBD228

Tints of Barberry #DBD228

RGB

 RED value IS 219 (85.94% from 255) = 46.7%

 GREEN value IS 210 (82.42% from 255) = 44.78%

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

R = 46.7%
G = 44.78%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DBD228 (or 0xDBD228) is known color: Barberry. HEX triplet: DB, D2 and 28. RGB value is (219,210,40). Sum of RGB (Red+Green+Blue) = 219+210+40=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 210 (82.42% from 255 or 44.78% from 469); Blue value is 40 (16.02% from 255 or 8.53% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD228 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD228 is #242DD7. Grayscale: #C2C2C2. Windows color (decimal): -2371032 or 2675419. OLE color: 2675419.

HSL color Cylindrical-coordinate representation of color #DBD228: hue angle of 56.98º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DBD228 is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 210 40 -
CMYK 0 0.04 0.82 0.14
HSL 56.98º 0.71% 0.51% -
HSV(B) 56.98º 0.82% 0.86% -
XYZ 52.64 61.31 11.07 -
YUV 193.31 41.48 146.32 -
System Red Green Blue C M Y K H S L
Decimal 219 210 40 0 0.04 0.82 0.14 56.98 0.71 0.51
Hex DB D2 28 0 4 52 E 39 47 33
Octal 333 322 50 0 4 122 16 71 107 63
Binary 11011011 11010010 101000 0 100 1010010 1110 111001 1000111 110011

Color Harmonies of #DBD228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD228

Black with #DBD228

Text Example


Text Example

White with #DBD228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD228; }

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

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

background-color css

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

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

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

border-color css

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

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

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