Html Css Color HEX #DBCF15 Barberry

📋 copy color: '#DBCF15'

red 219 ◦ green 207 ◦ blue 21

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

Shades of Barberry #DBCF15

Tints of Barberry #DBCF15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.7%

R = 48.99%
G = 46.31%
B = 4.7%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DBCF15 (or 0xDBCF15) is known color: Barberry. HEX triplet: DB, CF and 15. RGB value is (219,207,21). Sum of RGB (Red+Green+Blue) = 219+207+21=447 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.99% from 447); Green value is 207 (81.25% from 255 or 46.31% from 447); Blue value is 21 (8.59% from 255 or 4.70% from 447); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCF15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBCF15 is #2430EA. Grayscale: #BEBEBE. Windows color (decimal): -2371819 or 1429467. OLE color: 1429467.

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

Color convert

RGB 219 207 21 -
CMYK 0 0.05 0.90 0.14
HSL 56.36º 0.83% 0.47% -
HSV(B) 56.36º 0.9% 0.86% -
XYZ 51.66 59.74 9.52 -
YUV 189.38 32.98 149.12 -
System Red Green Blue C M Y K H S L
Decimal 219 207 21 0 0.05 0.90 0.14 56.36 0.83 0.47
Hex DB CF 15 0 5 5A E 38 52 2F
Octal 333 317 25 0 5 132 16 70 122 57
Binary 11011011 11001111 10101 0 101 1011010 1110 111000 1010010 101111

Color Harmonies of #DBCF15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCF15

Black with #DBCF15

Text Example


Text Example

White with #DBCF15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCF15; }

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

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

background-color css

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

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

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

border-color css

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

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

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