Html Css Color HEX #DBD425 Barberry

📋 copy color: '#DBD425'

red 219 ◦ green 212 ◦ blue 37

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

Shades of Barberry #DBD425

Tints of Barberry #DBD425

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 7.91%

R = 46.79%
G = 45.3%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DBD425 (or 0xDBD425) is known color: Barberry. HEX triplet: DB, D4 and 25. RGB value is (219,212,37). Sum of RGB (Red+Green+Blue) = 219+212+37=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 212 (83.20% from 255 or 45.30% from 468); Blue value is 37 (14.84% from 255 or 7.91% from 468); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD425 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD425 is #242BDA. Grayscale: #C2C2C2. Windows color (decimal): -2370523 or 2479323. OLE color: 2479323.

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

Color convert

RGB 219 212 37 -
CMYK 0 0.03 0.83 0.14
HSL 57.69º 0.72% 0.5% -
HSV(B) 57.69º 0.83% 0.86% -
XYZ 53.09 62.28 10.97 -
YUV 194.14 39.32 145.73 -
System Red Green Blue C M Y K H S L
Decimal 219 212 37 0 0.03 0.83 0.14 57.69 0.72 0.5
Hex DB D4 25 0 3 53 E 3A 48 32
Octal 333 324 45 0 3 123 16 72 110 62
Binary 11011011 11010100 100101 0 11 1010011 1110 111010 1001000 110010

Color Harmonies of #DBD425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD425

Black with #DBD425

Text Example


Text Example

White with #DBD425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD425; }

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

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

background-color css

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

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

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

border-color css

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

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

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