Html Css Color HEX #DBC922 Barberry

📋 copy color: '#DBC922'

red 219 ◦ green 201 ◦ blue 34

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

Shades of Barberry #DBC922

Tints of Barberry #DBC922

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.49%

R = 48.24%
G = 44.27%
B = 7.49%

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

#DBC922 (or 0xDBC922) is known color: Barberry. HEX triplet: DB, C9 and 22. RGB value is (219,201,34). Sum of RGB (Red+Green+Blue) = 219+201+34=454 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.24% from 454); Green value is 201 (78.91% from 255 or 44.27% from 454); Blue value is 34 (13.67% from 255 or 7.49% from 454); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC922 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC922 is #2436DD. Grayscale: #BCBCBC. Windows color (decimal): -2373342 or 2279899. OLE color: 2279899.

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

Color convert

RGB 219 201 34 -
CMYK 0 0.08 0.84 0.14
HSL 54.16º 0.73% 0.5% -
HSV(B) 54.16º 0.84% 0.86% -
XYZ 50.39 56.95 9.85 -
YUV 187.34 41.46 150.58 -
System Red Green Blue C M Y K H S L
Decimal 219 201 34 0 0.08 0.84 0.14 54.16 0.73 0.5
Hex DB C9 22 0 8 54 E 36 49 32
Octal 333 311 42 0 10 124 16 66 111 62
Binary 11011011 11001001 100010 0 1000 1010100 1110 110110 1001001 110010

Color Harmonies of #DBC922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC922

Black with #DBC922

Text Example


Text Example

White with #DBC922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC922; }

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

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

background-color css

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

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

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

border-color css

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

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

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