Html Css Color HEX #DAD218 Barberry

📋 copy color: '#DAD218'

red 218 ◦ green 210 ◦ blue 24

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

Shades of Barberry #DAD218

Tints of Barberry #DAD218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.31%

R = 48.23%
G = 46.46%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DAD218 (or 0xDAD218) is known color: Barberry. HEX triplet: DA, D2 and 18. RGB value is (218,210,24). Sum of RGB (Red+Green+Blue) = 218+210+24=452 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.23% from 452); Green value is 210 (82.42% from 255 or 46.46% from 452); Blue value is 24 (9.77% from 255 or 5.31% from 452); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD218 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD218 is #252DE7. Grayscale: #BFBFBF. Windows color (decimal): -2436584 or 1626842. OLE color: 1626842.

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

Color convert

RGB 218 210 24 -
CMYK 0 0.04 0.89 0.15
HSL 57.53º 0.8% 0.47% -
HSV(B) 57.53º 0.89% 0.85% -
XYZ 52.12 61.06 9.9 -
YUV 191.19 33.65 147.12 -
System Red Green Blue C M Y K H S L
Decimal 218 210 24 0 0.04 0.89 0.15 57.53 0.8 0.47
Hex DA D2 18 0 4 59 F 3A 50 2F
Octal 332 322 30 0 4 131 17 72 120 57
Binary 11011010 11010010 11000 0 100 1011001 1111 111010 1010000 101111

Color Harmonies of #DAD218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD218

Black with #DAD218

Text Example


Text Example

White with #DAD218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD218; }

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

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

background-color css

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

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

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

border-color css

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

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

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