Html Css Color HEX #DBD323 Barberry

📋 copy color: '#DBD323'

red 219 ◦ green 211 ◦ blue 35

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

Shades of Barberry #DBD323

Tints of Barberry #DBD323

RGB

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

 GREEN value IS 211 (82.81% from 255) = 45.38%

 BLUE value IS 35 (14.06% from 255) = 7.53%

R = 47.1%
G = 45.38%
B = 7.53%

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

#DBD323 (or 0xDBD323) is known color: Barberry. HEX triplet: DB, D3 and 23. RGB value is (219,211,35). Sum of RGB (Red+Green+Blue) = 219+211+35=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 211 (82.81% from 255 or 45.38% from 465); Blue value is 35 (14.06% from 255 or 7.53% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD323 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD323 is #242CDC. Grayscale: #C2C2C2. Windows color (decimal): -2370781 or 2347995. OLE color: 2347995.

HSL color Cylindrical-coordinate representation of color #DBD323: hue angle of 57.39º degrees, saturation: 0.72, 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 #DBD323 is Cyan = 0, Magento = 0.04, Yellow = 0.84 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 211 35 -
CMYK 0 0.04 0.84 0.14
HSL 57.39º 0.72% 0.5% -
HSV(B) 57.39º 0.84% 0.86% -
XYZ 52.81 61.77 10.73 -
YUV 193.33 38.65 146.31 -
System Red Green Blue C M Y K H S L
Decimal 219 211 35 0 0.04 0.84 0.14 57.39 0.72 0.5
Hex DB D3 23 0 4 54 E 39 48 32
Octal 333 323 43 0 4 124 16 71 110 62
Binary 11011011 11010011 100011 0 100 1010100 1110 111001 1001000 110010

Color Harmonies of #DBD323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD323

Black with #DBD323

Text Example


Text Example

White with #DBD323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD323; }

 p { color: rgb(219,211,35); }

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

background-color css

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

 a { background-color: rgb(219,211,35); }

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

border-color css

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

 span { border-color: rgb(219,211,35); }

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