Html Css Color HEX #DBD223 Barberry

📋 copy color: '#DBD223'

red 219 ◦ green 210 ◦ blue 35

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

Shades of Barberry #DBD223

Tints of Barberry #DBD223

RGB

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

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

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

R = 47.2%
G = 45.26%
B = 7.54%

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

#DBD223 (or 0xDBD223) is known color: Barberry. HEX triplet: DB, D2 and 23. RGB value is (219,210,35). Sum of RGB (Red+Green+Blue) = 219+210+35=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 210 (82.42% from 255 or 45.26% from 464); Blue value is 35 (14.06% from 255 or 7.54% from 464); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD223 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD223 is #242DDC. Grayscale: #C1C1C1. Windows color (decimal): -2371037 or 2347739. OLE color: 2347739.

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

Color convert

RGB 219 210 35 -
CMYK 0 0.04 0.84 0.14
HSL 57.07º 0.72% 0.5% -
HSV(B) 57.07º 0.84% 0.86% -
XYZ 52.56 61.27 10.65 -
YUV 192.74 38.98 146.73 -
System Red Green Blue C M Y K H S L
Decimal 219 210 35 0 0.04 0.84 0.14 57.07 0.72 0.5
Hex DB D2 23 0 4 54 E 39 48 32
Octal 333 322 43 0 4 124 16 71 110 62
Binary 11011011 11010010 100011 0 100 1010100 1110 111001 1001000 110010

Color Harmonies of #DBD223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD223

Black with #DBD223

Text Example


Text Example

White with #DBD223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD223; }

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

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

background-color css

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

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

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

border-color css

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

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

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