Html Css Color HEX #DAD213 Barberry

📋 copy color: '#DAD213'

red 218 ◦ green 210 ◦ blue 19

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

Shades of Barberry #DAD213

Tints of Barberry #DAD213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.25%

R = 48.77%
G = 46.98%
B = 4.25%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DAD213 (or 0xDAD213) is known color: Barberry. HEX triplet: DA, D2 and 13. RGB value is (218,210,19). Sum of RGB (Red+Green+Blue) = 218+210+19=447 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.77% from 447); Green value is 210 (82.42% from 255 or 46.98% from 447); Blue value is 19 (7.81% from 255 or 4.25% from 447); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD213 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD213 is #252DEC. Grayscale: #BFBFBF. Windows color (decimal): -2436589 or 1299162. OLE color: 1299162.

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

Color convert

RGB 218 210 19 -
CMYK 0 0.04 0.91 0.15
HSL 57.59º 0.84% 0.46% -
HSV(B) 57.59º 0.91% 0.85% -
XYZ 52.08 61.05 9.65 -
YUV 190.62 31.15 147.53 -
System Red Green Blue C M Y K H S L
Decimal 218 210 19 0 0.04 0.91 0.15 57.59 0.84 0.46
Hex DA D2 13 0 4 5B F 3A 54 2E
Octal 332 322 23 0 4 133 17 72 124 56
Binary 11011010 11010010 10011 0 100 1011011 1111 111010 1010100 101110

Color Harmonies of #DAD213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD213

Black with #DAD213

Text Example


Text Example

White with #DAD213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD213; }

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

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

background-color css

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

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

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

border-color css

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

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

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