Html Css Color HEX #DAD622 Barberry

📋 copy color: '#DAD622'

red 218 ◦ green 214 ◦ blue 34

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

Shades of Barberry #DAD622

Tints of Barberry #DAD622

RGB

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

 GREEN value IS 214 (83.98% from 255) = 45.92%

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

R = 46.78%
G = 45.92%
B = 7.3%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#DAD622 (or 0xDAD622) is known color: Barberry. HEX triplet: DA, D6 and 22. RGB value is (218,214,34). Sum of RGB (Red+Green+Blue) = 218+214+34=466 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.78% from 466); Green value is 214 (83.98% from 255 or 45.92% from 466); Blue value is 34 (13.67% from 255 or 7.30% from 466); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD622 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD622 is #2529DD. Grayscale: #C3C3C3. Windows color (decimal): -2435550 or 2283226. OLE color: 2283226.

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

Color convert

RGB 218 214 34 -
CMYK 0 0.02 0.84 0.15
HSL 58.7º 0.73% 0.49% -
HSV(B) 58.7º 0.84% 0.85% -
XYZ 53.25 63.11 10.89 -
YUV 194.68 37.33 144.64 -
System Red Green Blue C M Y K H S L
Decimal 218 214 34 0 0.02 0.84 0.15 58.7 0.73 0.49
Hex DA D6 22 0 2 54 F 3B 49 31
Octal 332 326 42 0 2 124 17 73 111 61
Binary 11011010 11010110 100010 0 10 1010100 1111 111011 1001001 110001

Color Harmonies of #DAD622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD622

Black with #DAD622

Text Example


Text Example

White with #DAD622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD622; }

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

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

background-color css

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

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

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

border-color css

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

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

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