Html Css Color HEX #DAC921 Barberry

📋 copy color: '#DAC921'

red 218 ◦ green 201 ◦ blue 33

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

Shades of Barberry #DAC921

Tints of Barberry #DAC921

RGB

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

 GREEN value IS 201 (78.91% from 255) = 44.47%

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

R = 48.23%
G = 44.47%
B = 7.3%

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

#DAC921 (or 0xDAC921) is known color: Barberry. HEX triplet: DA, C9 and 21. RGB value is (218,201,33). Sum of RGB (Red+Green+Blue) = 218+201+33=452 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.23% from 452); Green value is 201 (78.91% from 255 or 44.47% from 452); Blue value is 33 (13.28% from 255 or 7.30% from 452); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC921 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC921 is #2536DE. Grayscale: #BBBBBB. Windows color (decimal): -2438879 or 2214362. OLE color: 2214362.

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

Color convert

RGB 218 201 33 -
CMYK 0 0.08 0.85 0.15
HSL 54.49º 0.74% 0.49% -
HSV(B) 54.49º 0.85% 0.85% -
XYZ 50.07 56.79 9.76 -
YUV 186.93 41.13 150.16 -
System Red Green Blue C M Y K H S L
Decimal 218 201 33 0 0.08 0.85 0.15 54.49 0.74 0.49
Hex DA C9 21 0 8 55 F 36 4A 31
Octal 332 311 41 0 10 125 17 66 112 61
Binary 11011010 11001001 100001 0 1000 1010101 1111 110110 1001010 110001

Color Harmonies of #DAC921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC921

Black with #DAC921

Text Example


Text Example

White with #DAC921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC921; }

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

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

background-color css

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

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

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

border-color css

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

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

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