Html Css Color HEX #DBC924 Barberry

📋 copy color: '#DBC924'

red 219 ◦ green 201 ◦ blue 36

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

Shades of Barberry #DBC924

Tints of Barberry #DBC924

RGB

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

 GREEN value IS 201 (78.91% from 255) = 44.08%

 BLUE value IS 36 (14.45% from 255) = 7.89%

R = 48.03%
G = 44.08%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DBC924 (or 0xDBC924) is known color: Barberry. HEX triplet: DB, C9 and 24. RGB value is (219,201,36). Sum of RGB (Red+Green+Blue) = 219+201+36=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 201 (78.91% from 255 or 44.08% from 456); Blue value is 36 (14.45% from 255 or 7.89% from 456); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC924 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC924 is #2436DB. Grayscale: #BCBCBC. Windows color (decimal): -2373340 or 2410971. OLE color: 2410971.

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

Color convert

RGB 219 201 36 -
CMYK 0 0.08 0.84 0.14
HSL 54.1º 0.72% 0.5% -
HSV(B) 54.1º 0.84% 0.86% -
XYZ 50.42 56.96 10.01 -
YUV 187.57 42.46 150.42 -
System Red Green Blue C M Y K H S L
Decimal 219 201 36 0 0.08 0.84 0.14 54.1 0.72 0.5
Hex DB C9 24 0 8 54 E 36 48 32
Octal 333 311 44 0 10 124 16 66 110 62
Binary 11011011 11001001 100100 0 1000 1010100 1110 110110 1001000 110010

Color Harmonies of #DBC924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC924

Black with #DBC924

Text Example


Text Example

White with #DBC924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC924; }

 p { color: rgb(219,201,36); }

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

background-color css

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

 a { background-color: rgb(219,201,36); }

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

border-color css

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

 span { border-color: rgb(219,201,36); }

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