Html Css Color HEX #DBC624 Barberry

📋 copy color: '#DBC624'

red 219 ◦ green 198 ◦ blue 36

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

Shades of Barberry #DBC624

Tints of Barberry #DBC624

RGB

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

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

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

R = 48.34%
G = 43.71%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DBC624 (or 0xDBC624) is known color: Barberry. HEX triplet: DB, C6 and 24. RGB value is (219,198,36). Sum of RGB (Red+Green+Blue) = 219+198+36=453 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.34% from 453); Green value is 198 (77.73% from 255 or 43.71% from 453); Blue value is 36 (14.45% from 255 or 7.95% from 453); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC624 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC624 is #2439DB. Grayscale: #BABABA. Windows color (decimal): -2374108 or 2410203. OLE color: 2410203.

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

Color convert

RGB 219 198 36 -
CMYK 0 0.10 0.84 0.14
HSL 53.11º 0.72% 0.5% -
HSV(B) 53.11º 0.84% 0.86% -
XYZ 49.73 55.58 9.78 -
YUV 185.81 43.46 151.67 -
System Red Green Blue C M Y K H S L
Decimal 219 198 36 0 0.10 0.84 0.14 53.11 0.72 0.5
Hex DB C6 24 0 A 54 E 35 48 32
Octal 333 306 44 0 12 124 16 65 110 62
Binary 11011011 11000110 100100 0 1010 1010100 1110 110101 1001000 110010

Color Harmonies of #DBC624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC624

Black with #DBC624

Text Example


Text Example

White with #DBC624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC624; }

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

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

background-color css

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

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

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

border-color css

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

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

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