Html Css Color HEX #DBCF21 Barberry

📋 copy color: '#DBCF21'

red 219 ◦ green 207 ◦ blue 33

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

Shades of Barberry #DBCF21

Tints of Barberry #DBCF21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.19%

R = 47.71%
G = 45.1%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DBCF21 (or 0xDBCF21) is known color: Barberry. HEX triplet: DB, CF and 21. RGB value is (219,207,33). Sum of RGB (Red+Green+Blue) = 219+207+33=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 207 (81.25% from 255 or 45.10% from 459); Blue value is 33 (13.28% from 255 or 7.19% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCF21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCF21 is #2430DE. Grayscale: #BFBFBF. Windows color (decimal): -2371807 or 2215899. OLE color: 2215899.

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

Color convert

RGB 219 207 33 -
CMYK 0 0.05 0.85 0.14
HSL 56.13º 0.74% 0.49% -
HSV(B) 56.13º 0.85% 0.86% -
XYZ 51.8 59.8 10.25 -
YUV 190.75 38.98 148.15 -
System Red Green Blue C M Y K H S L
Decimal 219 207 33 0 0.05 0.85 0.14 56.13 0.74 0.49
Hex DB CF 21 0 5 55 E 38 4A 31
Octal 333 317 41 0 5 125 16 70 112 61
Binary 11011011 11001111 100001 0 101 1010101 1110 111000 1001010 110001

Color Harmonies of #DBCF21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCF21

Black with #DBCF21

Text Example


Text Example

White with #DBCF21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCF21; }

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

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

background-color css

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

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

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

border-color css

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

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

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