Html Css Color HEX #DBC22C Barberry

📋 copy color: '#DBC22C'

red 219 ◦ green 194 ◦ blue 44

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

Shades of Barberry #DBC22C

Tints of Barberry #DBC22C

RGB

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

 GREEN value IS 194 (76.17% from 255) = 42.45%

 BLUE value IS 44 (17.58% from 255) = 9.63%

R = 47.92%
G = 42.45%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DBC22C (or 0xDBC22C) is known color: Barberry. HEX triplet: DB, C2 and 2C. RGB value is (219,194,44). Sum of RGB (Red+Green+Blue) = 219+194+44=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 194 (76.17% from 255 or 42.45% from 457); Blue value is 44 (17.58% from 255 or 9.63% from 457); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC22C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC22C is #243DD3. Grayscale: #B9B9B9. Windows color (decimal): -2375124 or 2933467. OLE color: 2933467.

HSL color Cylindrical-coordinate representation of color #DBC22C: hue angle of 51.43º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DBC22C is Cyan = 0, Magento = 0.11, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 194 44 -
CMYK 0 0.11 0.80 0.14
HSL 51.43º 0.71% 0.52% -
HSV(B) 51.43º 0.8% 0.86% -
XYZ 48.96 53.83 10.19 -
YUV 184.38 48.78 152.7 -
System Red Green Blue C M Y K H S L
Decimal 219 194 44 0 0.11 0.80 0.14 51.43 0.71 0.52
Hex DB C2 2C 0 B 50 E 33 47 34
Octal 333 302 54 0 13 120 16 63 107 64
Binary 11011011 11000010 101100 0 1011 1010000 1110 110011 1000111 110100

Color Harmonies of #DBC22C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC22C

Black with #DBC22C

Text Example


Text Example

White with #DBC22C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC22C; }

 p { color: rgb(219,194,44); }

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

background-color css

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

 a { background-color: rgb(219,194,44); }

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

border-color css

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

 span { border-color: rgb(219,194,44); }

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