Html Css Color HEX #DBCF17 Barberry

📋 copy color: '#DBCF17'

red 219 ◦ green 207 ◦ blue 23

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

Shades of Barberry #DBCF17

Tints of Barberry #DBCF17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.12%

R = 48.78%
G = 46.1%
B = 5.12%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DBCF17 (or 0xDBCF17) is known color: Barberry. HEX triplet: DB, CF and 17. RGB value is (219,207,23). Sum of RGB (Red+Green+Blue) = 219+207+23=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 207 (81.25% from 255 or 46.10% from 449); Blue value is 23 (9.38% from 255 or 5.12% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCF17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBCF17 is #2430E8. Grayscale: #BEBEBE. Windows color (decimal): -2371817 or 1560539. OLE color: 1560539.

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

Color convert

RGB 219 207 23 -
CMYK 0 0.05 0.89 0.14
HSL 56.33º 0.81% 0.47% -
HSV(B) 56.33º 0.89% 0.86% -
XYZ 51.68 59.75 9.62 -
YUV 189.61 33.98 148.96 -
System Red Green Blue C M Y K H S L
Decimal 219 207 23 0 0.05 0.89 0.14 56.33 0.81 0.47
Hex DB CF 17 0 5 59 E 38 51 2F
Octal 333 317 27 0 5 131 16 70 121 57
Binary 11011011 11001111 10111 0 101 1011001 1110 111000 1010001 101111

Color Harmonies of #DBCF17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCF17

Black with #DBCF17

Text Example


Text Example

White with #DBCF17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCF17; }

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

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

background-color css

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

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

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

border-color css

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

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

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