Html Css Color HEX #DAD322 Barberry

📋 copy color: '#DAD322'

red 218 ◦ green 211 ◦ blue 34

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

Shades of Barberry #DAD322

Tints of Barberry #DAD322

RGB

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

 GREEN value IS 211 (82.81% from 255) = 45.57%

 BLUE value IS 34 (13.67% from 255) = 7.34%

R = 47.08%
G = 45.57%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#DAD322 (or 0xDAD322) is known color: Barberry. HEX triplet: DA, D3 and 22. RGB value is (218,211,34). Sum of RGB (Red+Green+Blue) = 218+211+34=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 211 (82.81% from 255 or 45.57% from 463); Blue value is 34 (13.67% from 255 or 7.34% from 463); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD322 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD322 is #252CDD. Grayscale: #C1C1C1. Windows color (decimal): -2436318 or 2282458. OLE color: 2282458.

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

Color convert

RGB 218 211 34 -
CMYK 0 0.03 0.84 0.15
HSL 57.72º 0.73% 0.49% -
HSV(B) 57.72º 0.84% 0.85% -
XYZ 52.5 61.61 10.64 -
YUV 192.92 38.32 145.89 -
System Red Green Blue C M Y K H S L
Decimal 218 211 34 0 0.03 0.84 0.15 57.72 0.73 0.49
Hex DA D3 22 0 3 54 F 3A 49 31
Octal 332 323 42 0 3 124 17 72 111 61
Binary 11011010 11010011 100010 0 11 1010100 1111 111010 1001001 110001

Color Harmonies of #DAD322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD322

Black with #DAD322

Text Example


Text Example

White with #DAD322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD322; }

 p { color: rgb(218,211,34); }

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

background-color css

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

 a { background-color: rgb(218,211,34); }

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

border-color css

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

 span { border-color: rgb(218,211,34); }

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