Html Css Color HEX #DAC721 Barberry

📋 copy color: '#DAC721'

red 218 ◦ green 199 ◦ blue 33

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

Shades of Barberry #DAC721

Tints of Barberry #DAC721

RGB

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

 GREEN value IS 199 (78.13% from 255) = 44.22%

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

R = 48.44%
G = 44.22%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#DAC721 (or 0xDAC721) is known color: Barberry. HEX triplet: DA, C7 and 21. RGB value is (218,199,33). Sum of RGB (Red+Green+Blue) = 218+199+33=450 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.44% from 450); Green value is 199 (78.12% from 255 or 44.22% from 450); Blue value is 33 (13.28% from 255 or 7.33% from 450); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC721 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC721 is #2538DE. Grayscale: #BABABA. Windows color (decimal): -2439391 or 2213850. OLE color: 2213850.

HSL color Cylindrical-coordinate representation of color #DAC721: hue angle of 53.84º 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 #DAC721 is Cyan = 0, Magento = 0.09, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 199 33 -
CMYK 0 0.09 0.85 0.15
HSL 53.84º 0.74% 0.49% -
HSV(B) 53.84º 0.85% 0.85% -
XYZ 49.61 55.86 9.61 -
YUV 185.76 41.79 151 -
System Red Green Blue C M Y K H S L
Decimal 218 199 33 0 0.09 0.85 0.15 53.84 0.74 0.49
Hex DA C7 21 0 9 55 F 36 4A 31
Octal 332 307 41 0 11 125 17 66 112 61
Binary 11011010 11000111 100001 0 1001 1010101 1111 110110 1001010 110001

Color Harmonies of #DAC721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC721

Black with #DAC721

Text Example


Text Example

White with #DAC721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC721; }

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

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

background-color css

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

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

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

border-color css

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

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

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