Html Css Color HEX #DBC828 Barberry

📋 copy color: '#DBC828'

red 219 ◦ green 200 ◦ blue 40

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

Shades of Barberry #DBC828

Tints of Barberry #DBC828

RGB

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

 GREEN value IS 200 (78.52% from 255) = 43.57%

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

R = 47.71%
G = 43.57%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DBC828 (or 0xDBC828) is known color: Barberry. HEX triplet: DB, C8 and 28. RGB value is (219,200,40). Sum of RGB (Red+Green+Blue) = 219+200+40=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 200 (78.52% from 255 or 43.57% from 459); Blue value is 40 (16.02% from 255 or 8.71% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC828 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC828 is #2437D7. Grayscale: #BCBCBC. Windows color (decimal): -2373592 or 2672859. OLE color: 2672859.

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

Color convert

RGB 219 200 40 -
CMYK 0 0.09 0.82 0.14
HSL 53.63º 0.71% 0.51% -
HSV(B) 53.63º 0.82% 0.86% -
XYZ 50.25 56.52 10.27 -
YUV 187.44 44.79 150.51 -
System Red Green Blue C M Y K H S L
Decimal 219 200 40 0 0.09 0.82 0.14 53.63 0.71 0.51
Hex DB C8 28 0 9 52 E 36 47 33
Octal 333 310 50 0 11 122 16 66 107 63
Binary 11011011 11001000 101000 0 1001 1010010 1110 110110 1000111 110011

Color Harmonies of #DBC828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC828

Black with #DBC828

Text Example


Text Example

White with #DBC828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC828; }

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

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

background-color css

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

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

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

border-color css

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

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

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