Html Css Color HEX #DBCF29 Barberry

📋 copy color: '#DBCF29'

red 219 ◦ green 207 ◦ blue 41

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

Shades of Barberry #DBCF29

Tints of Barberry #DBCF29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 8.78%

R = 46.9%
G = 44.33%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DBCF29 (or 0xDBCF29) is known color: Barberry. HEX triplet: DB, CF and 29. RGB value is (219,207,41). Sum of RGB (Red+Green+Blue) = 219+207+41=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 207 (81.25% from 255 or 44.33% from 467); Blue value is 41 (16.41% from 255 or 8.78% from 467); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCF29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCF29 is #2430D6. Grayscale: #C0C0C0. Windows color (decimal): -2371799 or 2740187. OLE color: 2740187.

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

Color convert

RGB 219 207 41 -
CMYK 0 0.05 0.81 0.14
HSL 55.96º 0.71% 0.51% -
HSV(B) 55.96º 0.81% 0.86% -
XYZ 51.93 59.85 10.91 -
YUV 191.66 42.98 147.5 -
System Red Green Blue C M Y K H S L
Decimal 219 207 41 0 0.05 0.81 0.14 55.96 0.71 0.51
Hex DB CF 29 0 5 51 E 38 47 33
Octal 333 317 51 0 5 121 16 70 107 63
Binary 11011011 11001111 101001 0 101 1010001 1110 111000 1000111 110011

Color Harmonies of #DBCF29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCF29

Black with #DBCF29

Text Example


Text Example

White with #DBCF29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCF29; }

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

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

background-color css

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

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

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

border-color css

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

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

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