Html Css Color HEX #DBCD20 Barberry

📋 copy color: '#DBCD20'

red 219 ◦ green 205 ◦ blue 32

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

Shades of Barberry #DBCD20

Tints of Barberry #DBCD20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.02%

R = 48.03%
G = 44.96%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DBCD20 (or 0xDBCD20) is known color: Barberry. HEX triplet: DB, CD and 20. RGB value is (219,205,32). Sum of RGB (Red+Green+Blue) = 219+205+32=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 205 (80.47% from 255 or 44.96% from 456); Blue value is 32 (12.89% from 255 or 7.02% from 456); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCD20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCD20 is #2432DF. Grayscale: #BEBEBE. Windows color (decimal): -2372320 or 2149851. OLE color: 2149851.

HSL color Cylindrical-coordinate representation of color #DBCD20: hue angle of 55.51º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DBCD20 is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 205 32 -
CMYK 0 0.06 0.85 0.14
HSL 55.51º 0.75% 0.49% -
HSV(B) 55.51º 0.85% 0.86% -
XYZ 51.31 58.83 10.02 -
YUV 189.46 39.14 149.07 -
System Red Green Blue C M Y K H S L
Decimal 219 205 32 0 0.06 0.85 0.14 55.51 0.75 0.49
Hex DB CD 20 0 6 55 E 38 4B 31
Octal 333 315 40 0 6 125 16 70 113 61
Binary 11011011 11001101 100000 0 110 1010101 1110 111000 1001011 110001

Color Harmonies of #DBCD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCD20

Black with #DBCD20

Text Example


Text Example

White with #DBCD20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCD20; }

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

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

background-color css

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

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

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

border-color css

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

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

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