Html Css Color HEX #DBCF18 Barberry

📋 copy color: '#DBCF18'

red 219 ◦ green 207 ◦ blue 24

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

Shades of Barberry #DBCF18

Tints of Barberry #DBCF18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.33%

R = 48.67%
G = 46%
B = 5.33%

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

#DBCF18 (or 0xDBCF18) is known color: Barberry. HEX triplet: DB, CF and 18. RGB value is (219,207,24). Sum of RGB (Red+Green+Blue) = 219+207+24=450 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.67% from 450); Green value is 207 (81.25% from 255 or 46% from 450); Blue value is 24 (9.77% from 255 or 5.33% from 450); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCF18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBCF18 is #2430E7. Grayscale: #BEBEBE. Windows color (decimal): -2371816 or 1626075. OLE color: 1626075.

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

Color convert

RGB 219 207 24 -
CMYK 0 0.05 0.89 0.14
HSL 56.31º 0.8% 0.48% -
HSV(B) 56.31º 0.89% 0.86% -
XYZ 51.69 59.75 9.67 -
YUV 189.73 34.48 148.88 -
System Red Green Blue C M Y K H S L
Decimal 219 207 24 0 0.05 0.89 0.14 56.31 0.8 0.48
Hex DB CF 18 0 5 59 E 38 50 30
Octal 333 317 30 0 5 131 16 70 120 60
Binary 11011011 11001111 11000 0 101 1011001 1110 111000 1010000 110000

Color Harmonies of #DBCF18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCF18

Black with #DBCF18

Text Example


Text Example

White with #DBCF18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCF18; }

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

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

background-color css

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

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

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

border-color css

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

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

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