Html Css Color HEX #DBD423 Barberry

📋 copy color: '#DBD423'

red 219 ◦ green 212 ◦ blue 35

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

Shades of Barberry #DBD423

Tints of Barberry #DBD423

RGB

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

 GREEN value IS 212 (83.2% from 255) = 45.49%

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

R = 47%
G = 45.49%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DBD423 (or 0xDBD423) is known color: Barberry. HEX triplet: DB, D4 and 23. RGB value is (219,212,35). Sum of RGB (Red+Green+Blue) = 219+212+35=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 212 (83.20% from 255 or 45.49% from 466); Blue value is 35 (14.06% from 255 or 7.51% from 466); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD423 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD423 is #242BDC. Grayscale: #C2C2C2. Windows color (decimal): -2370525 or 2348251. OLE color: 2348251.

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

Color convert

RGB 219 212 35 -
CMYK 0 0.03 0.84 0.14
HSL 57.72º 0.72% 0.5% -
HSV(B) 57.72º 0.84% 0.86% -
XYZ 53.06 62.27 10.81 -
YUV 193.92 38.32 145.89 -
System Red Green Blue C M Y K H S L
Decimal 219 212 35 0 0.03 0.84 0.14 57.72 0.72 0.5
Hex DB D4 23 0 3 54 E 3A 48 32
Octal 333 324 43 0 3 124 16 72 110 62
Binary 11011011 11010100 100011 0 11 1010100 1110 111010 1001000 110010

Color Harmonies of #DBD423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD423

Black with #DBD423

Text Example


Text Example

White with #DBD423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD423; }

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

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

background-color css

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

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

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

border-color css

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

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

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