Html Css Color HEX #DAD222 Barberry

📋 copy color: '#DAD222'

red 218 ◦ green 210 ◦ blue 34

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

Shades of Barberry #DAD222

Tints of Barberry #DAD222

RGB

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

 GREEN value IS 210 (82.42% from 255) = 45.45%

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

R = 47.19%
G = 45.45%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#DAD222 (or 0xDAD222) is known color: Barberry. HEX triplet: DA, D2 and 22. RGB value is (218,210,34). Sum of RGB (Red+Green+Blue) = 218+210+34=462 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.19% from 462); Green value is 210 (82.42% from 255 or 45.45% from 462); Blue value is 34 (13.67% from 255 or 7.36% from 462); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD222 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD222 is #252DDD. Grayscale: #C1C1C1. Windows color (decimal): -2436574 or 2282202. OLE color: 2282202.

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

Color convert

RGB 218 210 34 -
CMYK 0 0.04 0.84 0.15
HSL 57.39º 0.73% 0.49% -
HSV(B) 57.39º 0.84% 0.85% -
XYZ 52.25 61.11 10.56 -
YUV 192.33 38.65 146.31 -
System Red Green Blue C M Y K H S L
Decimal 218 210 34 0 0.04 0.84 0.15 57.39 0.73 0.49
Hex DA D2 22 0 4 54 F 39 49 31
Octal 332 322 42 0 4 124 17 71 111 61
Binary 11011010 11010010 100010 0 100 1010100 1111 111001 1001001 110001

Color Harmonies of #DAD222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD222

Black with #DAD222

Text Example


Text Example

White with #DAD222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD222; }

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

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

background-color css

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

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

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

border-color css

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

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

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