Html Css Color HEX #DBCF24 Barberry

📋 copy color: '#DBCF24'

red 219 ◦ green 207 ◦ blue 36

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

Shades of Barberry #DBCF24

Tints of Barberry #DBCF24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 7.79%

R = 47.4%
G = 44.81%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DBCF24 (or 0xDBCF24) is known color: Barberry. HEX triplet: DB, CF and 24. RGB value is (219,207,36). Sum of RGB (Red+Green+Blue) = 219+207+36=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 207 (81.25% from 255 or 44.81% from 462); Blue value is 36 (14.45% from 255 or 7.79% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCF24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCF24 is #2430DB. Grayscale: #BFBFBF. Windows color (decimal): -2371804 or 2412507. OLE color: 2412507.

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

Color convert

RGB 219 207 36 -
CMYK 0 0.05 0.84 0.14
HSL 56.07º 0.72% 0.5% -
HSV(B) 56.07º 0.84% 0.86% -
XYZ 51.84 59.81 10.48 -
YUV 191.09 40.48 147.9 -
System Red Green Blue C M Y K H S L
Decimal 219 207 36 0 0.05 0.84 0.14 56.07 0.72 0.5
Hex DB CF 24 0 5 54 E 38 48 32
Octal 333 317 44 0 5 124 16 70 110 62
Binary 11011011 11001111 100100 0 101 1010100 1110 111000 1001000 110010

Color Harmonies of #DBCF24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCF24

Black with #DBCF24

Text Example


Text Example

White with #DBCF24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCF24; }

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

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

background-color css

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

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

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

border-color css

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

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

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