Html Css Color HEX #DAD517 Barberry

📋 copy color: '#DAD517'

red 218 ◦ green 213 ◦ blue 23

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

Shades of Barberry #DAD517

Tints of Barberry #DAD517

RGB

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

 GREEN value IS 213 (83.59% from 255) = 46.92%

 BLUE value IS 23 (9.38% from 255) = 5.07%

R = 48.02%
G = 46.92%
B = 5.07%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DAD517 (or 0xDAD517) is known color: Barberry. HEX triplet: DA, D5 and 17. RGB value is (218,213,23). Sum of RGB (Red+Green+Blue) = 218+213+23=454 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.02% from 454); Green value is 213 (83.59% from 255 or 46.92% from 454); Blue value is 23 (9.38% from 255 or 5.07% from 454); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD517 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD517 is #252AE8. Grayscale: #C1C1C1. Windows color (decimal): -2435817 or 1562074. OLE color: 1562074.

HSL color Cylindrical-coordinate representation of color #DAD517: hue angle of 58.46º degrees, saturation: 0.81, 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 #DAD517 is Cyan = 0, Magento = 0.02, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 213 23 -
CMYK 0 0.02 0.89 0.15
HSL 58.46º 0.81% 0.47% -
HSV(B) 58.46º 0.89% 0.85% -
XYZ 52.86 62.56 10.1 -
YUV 192.84 32.16 145.95 -
System Red Green Blue C M Y K H S L
Decimal 218 213 23 0 0.02 0.89 0.15 58.46 0.81 0.47
Hex DA D5 17 0 2 59 F 3A 51 2F
Octal 332 325 27 0 2 131 17 72 121 57
Binary 11011010 11010101 10111 0 10 1011001 1111 111010 1010001 101111

Color Harmonies of #DAD517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD517

Black with #DAD517

Text Example


Text Example

White with #DAD517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD517; }

 p { color: rgb(218,213,23); }

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

background-color css

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

 a { background-color: rgb(218,213,23); }

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

border-color css

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

 span { border-color: rgb(218,213,23); }

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