Html Css Color HEX #DBCF13 Barberry

📋 copy color: '#DBCF13'

red 219 ◦ green 207 ◦ blue 19

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

Shades of Barberry #DBCF13

Tints of Barberry #DBCF13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.27%

R = 49.21%
G = 46.52%
B = 4.27%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DBCF13 (or 0xDBCF13) is known color: Barberry. HEX triplet: DB, CF and 13. RGB value is (219,207,19). Sum of RGB (Red+Green+Blue) = 219+207+19=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 207 (81.25% from 255 or 46.52% from 445); Blue value is 19 (7.81% from 255 or 4.27% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCF13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBCF13 is #2430EC. Grayscale: #BDBDBD. Windows color (decimal): -2371821 or 1298395. OLE color: 1298395.

HSL color Cylindrical-coordinate representation of color #DBCF13: hue angle of 56.4º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DBCF13 is Cyan = 0, Magento = 0.05, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 207 19 -
CMYK 0 0.05 0.91 0.14
HSL 56.4º 0.84% 0.47% -
HSV(B) 56.4º 0.91% 0.86% -
XYZ 51.64 59.73 9.42 -
YUV 189.16 31.98 149.29 -
System Red Green Blue C M Y K H S L
Decimal 219 207 19 0 0.05 0.91 0.14 56.4 0.84 0.47
Hex DB CF 13 0 5 5B E 38 54 2F
Octal 333 317 23 0 5 133 16 70 124 57
Binary 11011011 11001111 10011 0 101 1011011 1110 111000 1010100 101111

Color Harmonies of #DBCF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCF13

Black with #DBCF13

Text Example


Text Example

White with #DBCF13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCF13; }

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

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

background-color css

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

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

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

border-color css

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

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

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