Html Css Color HEX #DBCF20 Barberry

📋 copy color: '#DBCF20'

red 219 ◦ green 207 ◦ blue 32

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

Shades of Barberry #DBCF20

Tints of Barberry #DBCF20

RGB

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

 GREEN value IS 207 (81.25% from 255) = 45.2%

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

R = 47.82%
G = 45.2%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DBCF20 (or 0xDBCF20) is known color: Barberry. HEX triplet: DB, CF and 20. RGB value is (219,207,32). Sum of RGB (Red+Green+Blue) = 219+207+32=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 207 (81.25% from 255 or 45.20% from 458); Blue value is 32 (12.89% from 255 or 6.99% from 458); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCF20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCF20 is #2430DF. Grayscale: #BFBFBF. Windows color (decimal): -2371808 or 2150363. OLE color: 2150363.

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

Color convert

RGB 219 207 32 -
CMYK 0 0.05 0.85 0.14
HSL 56.15º 0.75% 0.49% -
HSV(B) 56.15º 0.85% 0.86% -
XYZ 51.79 59.79 10.18 -
YUV 190.64 38.48 148.23 -
System Red Green Blue C M Y K H S L
Decimal 219 207 32 0 0.05 0.85 0.14 56.15 0.75 0.49
Hex DB CF 20 0 5 55 E 38 4B 31
Octal 333 317 40 0 5 125 16 70 113 61
Binary 11011011 11001111 100000 0 101 1010101 1110 111000 1001011 110001

Color Harmonies of #DBCF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCF20

Black with #DBCF20

Text Example


Text Example

White with #DBCF20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCF20; }

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

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

background-color css

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

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

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

border-color css

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

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

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