Html Css Color HEX #DBD222 Barberry

📋 copy color: '#DBD222'

red 219 ◦ green 210 ◦ blue 34

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

Shades of Barberry #DBD222

Tints of Barberry #DBD222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.34%

R = 47.3%
G = 45.36%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DBD222 (or 0xDBD222) is known color: Barberry. HEX triplet: DB, D2 and 22. RGB value is (219,210,34). Sum of RGB (Red+Green+Blue) = 219+210+34=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 210 (82.42% from 255 or 45.36% from 463); Blue value is 34 (13.67% from 255 or 7.34% from 463); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD222 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD222 is #242DDD. Grayscale: #C1C1C1. Windows color (decimal): -2371038 or 2282203. OLE color: 2282203.

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

Color convert

RGB 219 210 34 -
CMYK 0 0.04 0.84 0.14
HSL 57.08º 0.73% 0.5% -
HSV(B) 57.08º 0.84% 0.86% -
XYZ 52.55 61.27 10.57 -
YUV 192.63 38.48 146.81 -
System Red Green Blue C M Y K H S L
Decimal 219 210 34 0 0.04 0.84 0.14 57.08 0.73 0.5
Hex DB D2 22 0 4 54 E 39 49 32
Octal 333 322 42 0 4 124 16 71 111 62
Binary 11011011 11010010 100010 0 100 1010100 1110 111001 1001001 110010

Color Harmonies of #DBD222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD222

Black with #DBD222

Text Example


Text Example

White with #DBD222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD222; }

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

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

background-color css

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

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

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

border-color css

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

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

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