Html Css Color HEX #DAD226 Barberry

📋 copy color: '#DAD226'

red 218 ◦ green 210 ◦ blue 38

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

Shades of Barberry #DAD226

Tints of Barberry #DAD226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.15%

R = 46.78%
G = 45.06%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DAD226 (or 0xDAD226) is known color: Barberry. HEX triplet: DA, D2 and 26. RGB value is (218,210,38). Sum of RGB (Red+Green+Blue) = 218+210+38=466 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.78% from 466); Green value is 210 (82.42% from 255 or 45.06% from 466); Blue value is 38 (15.23% from 255 or 8.15% from 466); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD226 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD226 is #252DD9. Grayscale: #C1C1C1. Windows color (decimal): -2436570 or 2544346. OLE color: 2544346.

HSL color Cylindrical-coordinate representation of color #DAD226: hue angle of 57.33º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DAD226 is Cyan = 0, Magento = 0.04, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 210 38 -
CMYK 0 0.04 0.83 0.15
HSL 57.33º 0.71% 0.5% -
HSV(B) 57.33º 0.83% 0.85% -
XYZ 52.31 61.14 10.88 -
YUV 192.78 40.65 145.99 -
System Red Green Blue C M Y K H S L
Decimal 218 210 38 0 0.04 0.83 0.15 57.33 0.71 0.5
Hex DA D2 26 0 4 53 F 39 47 32
Octal 332 322 46 0 4 123 17 71 107 62
Binary 11011010 11010010 100110 0 100 1010011 1111 111001 1000111 110010

Color Harmonies of #DAD226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD226

Black with #DAD226

Text Example


Text Example

White with #DAD226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD226; }

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

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

background-color css

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

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

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

border-color css

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

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

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