Html Css Color HEX #DAD41A Barberry

📋 copy color: '#DAD41A'

red 218 ◦ green 212 ◦ blue 26

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

Shades of Barberry #DAD41A

Tints of Barberry #DAD41A

RGB

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

 GREEN value IS 212 (83.2% from 255) = 46.49%

 BLUE value IS 26 (10.55% from 255) = 5.7%

R = 47.81%
G = 46.49%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#DAD41A (or 0xDAD41A) is known color: Barberry. HEX triplet: DA, D4 and 1A. RGB value is (218,212,26). Sum of RGB (Red+Green+Blue) = 218+212+26=456 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.81% from 456); Green value is 212 (83.20% from 255 or 46.49% from 456); Blue value is 26 (10.55% from 255 or 5.70% from 456); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD41A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD41A is #252BE5. Grayscale: #C1C1C1. Windows color (decimal): -2436070 or 1758426. OLE color: 1758426.

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

Color convert

RGB 218 212 26 -
CMYK 0 0.03 0.88 0.15
HSL 58.13º 0.79% 0.48% -
HSV(B) 58.13º 0.88% 0.85% -
XYZ 52.64 62.07 10.18 -
YUV 192.59 33.99 146.12 -
System Red Green Blue C M Y K H S L
Decimal 218 212 26 0 0.03 0.88 0.15 58.13 0.79 0.48
Hex DA D4 1A 0 3 58 F 3A 4F 30
Octal 332 324 32 0 3 130 17 72 117 60
Binary 11011010 11010100 11010 0 11 1011000 1111 111010 1001111 110000

Color Harmonies of #DAD41A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD41A

Black with #DAD41A

Text Example


Text Example

White with #DAD41A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD41A; }

 p { color: rgb(218,212,26); }

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

background-color css

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

 a { background-color: rgb(218,212,26); }

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

border-color css

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

 span { border-color: rgb(218,212,26); }

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