Html Css Color HEX #DAD313 Barberry

📋 copy color: '#DAD313'

red 218 ◦ green 211 ◦ blue 19

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

Shades of Barberry #DAD313

Tints of Barberry #DAD313

RGB

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

 GREEN value IS 211 (82.81% from 255) = 47.1%

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

R = 48.66%
G = 47.1%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DAD313 (or 0xDAD313) is known color: Barberry. HEX triplet: DA, D3 and 13. RGB value is (218,211,19). Sum of RGB (Red+Green+Blue) = 218+211+19=448 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.66% from 448); Green value is 211 (82.81% from 255 or 47.10% from 448); Blue value is 19 (7.81% from 255 or 4.24% from 448); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD313 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD313 is #252CEC. Grayscale: #BFBFBF. Windows color (decimal): -2436333 or 1299418. OLE color: 1299418.

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

Color convert

RGB 218 211 19 -
CMYK 0 0.03 0.91 0.15
HSL 57.89º 0.84% 0.46% -
HSV(B) 57.89º 0.91% 0.85% -
XYZ 52.33 61.54 9.74 -
YUV 191.21 30.82 147.11 -
System Red Green Blue C M Y K H S L
Decimal 218 211 19 0 0.03 0.91 0.15 57.89 0.84 0.46
Hex DA D3 13 0 3 5B F 3A 54 2E
Octal 332 323 23 0 3 133 17 72 124 56
Binary 11011010 11010011 10011 0 11 1011011 1111 111010 1010100 101110

Color Harmonies of #DAD313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD313

Black with #DAD313

Text Example


Text Example

White with #DAD313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD313; }

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

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

background-color css

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

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

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

border-color css

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

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

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