Html Css Color HEX #DBC628 Barberry

📋 copy color: '#DBC628'

red 219 ◦ green 198 ◦ blue 40

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

Shades of Barberry #DBC628

Tints of Barberry #DBC628

RGB

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

 GREEN value IS 198 (77.73% from 255) = 43.33%

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

R = 47.92%
G = 43.33%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DBC628 (or 0xDBC628) is known color: Barberry. HEX triplet: DB, C6 and 28. RGB value is (219,198,40). Sum of RGB (Red+Green+Blue) = 219+198+40=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 198 (77.73% from 255 or 43.33% from 457); Blue value is 40 (16.02% from 255 or 8.75% from 457); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC628 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC628 is #2439D7. Grayscale: #BABABA. Windows color (decimal): -2374104 or 2672347. OLE color: 2672347.

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

Color convert

RGB 219 198 40 -
CMYK 0 0.10 0.82 0.14
HSL 52.96º 0.71% 0.51% -
HSV(B) 52.96º 0.82% 0.86% -
XYZ 49.79 55.6 10.12 -
YUV 186.27 45.46 151.35 -
System Red Green Blue C M Y K H S L
Decimal 219 198 40 0 0.10 0.82 0.14 52.96 0.71 0.51
Hex DB C6 28 0 A 52 E 35 47 33
Octal 333 306 50 0 12 122 16 65 107 63
Binary 11011011 11000110 101000 0 1010 1010010 1110 110101 1000111 110011

Color Harmonies of #DBC628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC628

Black with #DBC628

Text Example


Text Example

White with #DBC628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC628; }

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

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

background-color css

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

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

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

border-color css

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

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

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