Html Css Color HEX #DBC928 Barberry

📋 copy color: '#DBC928'

red 219 ◦ green 201 ◦ blue 40

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

Shades of Barberry #DBC928

Tints of Barberry #DBC928

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.7%

R = 47.61%
G = 43.7%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DBC928 (or 0xDBC928) is known color: Barberry. HEX triplet: DB, C9 and 28. RGB value is (219,201,40). Sum of RGB (Red+Green+Blue) = 219+201+40=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 201 (78.91% from 255 or 43.70% from 460); Blue value is 40 (16.02% from 255 or 8.70% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC928 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC928 is #2436D7. Grayscale: #BCBCBC. Windows color (decimal): -2373336 or 2673115. OLE color: 2673115.

HSL color Cylindrical-coordinate representation of color #DBC928: hue angle of 53.97º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DBC928 is Cyan = 0, Magento = 0.08, Yellow = 0.82 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 201 40 -
CMYK 0 0.08 0.82 0.14
HSL 53.97º 0.71% 0.51% -
HSV(B) 53.97º 0.82% 0.86% -
XYZ 50.48 56.99 10.35 -
YUV 188.03 44.46 150.09 -
System Red Green Blue C M Y K H S L
Decimal 219 201 40 0 0.08 0.82 0.14 53.97 0.71 0.51
Hex DB C9 28 0 8 52 E 36 47 33
Octal 333 311 50 0 10 122 16 66 107 63
Binary 11011011 11001001 101000 0 1000 1010010 1110 110110 1000111 110011

Color Harmonies of #DBC928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC928

Black with #DBC928

Text Example


Text Example

White with #DBC928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC928; }

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

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

background-color css

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

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

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

border-color css

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

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

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