Html Css Color HEX #DAC821 Barberry

📋 copy color: '#DAC821'

red 218 ◦ green 200 ◦ blue 33

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

Shades of Barberry #DAC821

Tints of Barberry #DAC821

RGB

 RED value IS 218 (85.55% from 255) = 48.34%

 GREEN value IS 200 (78.52% from 255) = 44.35%

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

R = 48.34%
G = 44.35%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#DAC821 (or 0xDAC821) is known color: Barberry. HEX triplet: DA, C8 and 21. RGB value is (218,200,33). Sum of RGB (Red+Green+Blue) = 218+200+33=451 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.34% from 451); Green value is 200 (78.52% from 255 or 44.35% from 451); Blue value is 33 (13.28% from 255 or 7.32% from 451); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC821 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC821 is #2537DE. Grayscale: #BBBBBB. Windows color (decimal): -2439135 or 2214106. OLE color: 2214106.

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

Color convert

RGB 218 200 33 -
CMYK 0 0.08 0.85 0.15
HSL 54.16º 0.74% 0.49% -
HSV(B) 54.16º 0.85% 0.85% -
XYZ 49.84 56.32 9.68 -
YUV 186.34 41.46 150.58 -
System Red Green Blue C M Y K H S L
Decimal 218 200 33 0 0.08 0.85 0.15 54.16 0.74 0.49
Hex DA C8 21 0 8 55 F 36 4A 31
Octal 332 310 41 0 10 125 17 66 112 61
Binary 11011010 11001000 100001 0 1000 1010101 1111 110110 1001010 110001

Color Harmonies of #DAC821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC821

Black with #DAC821

Text Example


Text Example

White with #DAC821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC821; }

 p { color: rgb(218,200,33); }

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

background-color css

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

 a { background-color: rgb(218,200,33); }

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

border-color css

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

 span { border-color: rgb(218,200,33); }

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