Html Css Color HEX #DBCD16 Barberry

📋 copy color: '#DBCD16'

red 219 ◦ green 205 ◦ blue 22

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

Shades of Barberry #DBCD16

Tints of Barberry #DBCD16

RGB

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

 GREEN value IS 205 (80.47% from 255) = 45.96%

 BLUE value IS 22 (8.98% from 255) = 4.93%

R = 49.1%
G = 45.96%
B = 4.93%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DBCD16 (or 0xDBCD16) is known color: Barberry. HEX triplet: DB, CD and 16. RGB value is (219,205,22). Sum of RGB (Red+Green+Blue) = 219+205+22=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 205 (80.47% from 255 or 45.96% from 446); Blue value is 22 (8.98% from 255 or 4.93% from 446); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCD16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBCD16 is #2432E9. Grayscale: #BDBDBD. Windows color (decimal): -2372330 or 1494491. OLE color: 1494491.

HSL color Cylindrical-coordinate representation of color #DBCD16: hue angle of 55.74º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DBCD16 is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 205 22 -
CMYK 0 0.06 0.90 0.14
HSL 55.74º 0.82% 0.47% -
HSV(B) 55.74º 0.9% 0.86% -
XYZ 51.19 58.78 9.41 -
YUV 188.32 34.14 149.88 -
System Red Green Blue C M Y K H S L
Decimal 219 205 22 0 0.06 0.90 0.14 55.74 0.82 0.47
Hex DB CD 16 0 6 5A E 38 52 2F
Octal 333 315 26 0 6 132 16 70 122 57
Binary 11011011 11001101 10110 0 110 1011010 1110 111000 1010010 101111

Color Harmonies of #DBCD16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCD16

Black with #DBCD16

Text Example


Text Example

White with #DBCD16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCD16; }

 p { color: rgb(219,205,22); }

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

background-color css

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

 a { background-color: rgb(219,205,22); }

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

border-color css

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

 span { border-color: rgb(219,205,22); }

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