Html Css Color HEX #DAD615 Barberry

📋 copy color: '#DAD615'

red 218 ◦ green 214 ◦ blue 21

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

Shades of Barberry #DAD615

Tints of Barberry #DAD615

RGB

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

 GREEN value IS 214 (83.98% from 255) = 47.24%

 BLUE value IS 21 (8.59% from 255) = 4.64%

R = 48.12%
G = 47.24%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DAD615 (or 0xDAD615) is known color: Barberry. HEX triplet: DA, D6 and 15. RGB value is (218,214,21). Sum of RGB (Red+Green+Blue) = 218+214+21=453 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.12% from 453); Green value is 214 (83.98% from 255 or 47.24% from 453); Blue value is 21 (8.59% from 255 or 4.64% from 453); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD615 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD615 is #2529EA. Grayscale: #C1C1C1. Windows color (decimal): -2435563 or 1431258. OLE color: 1431258.

HSL color Cylindrical-coordinate representation of color #DAD615: hue angle of 58.78º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DAD615 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 214 21 -
CMYK 0 0.02 0.90 0.15
HSL 58.78º 0.82% 0.47% -
HSV(B) 58.78º 0.9% 0.85% -
XYZ 53.1 63.05 10.08 -
YUV 193.19 30.83 145.69 -
System Red Green Blue C M Y K H S L
Decimal 218 214 21 0 0.02 0.90 0.15 58.78 0.82 0.47
Hex DA D6 15 0 2 5A F 3B 52 2F
Octal 332 326 25 0 2 132 17 73 122 57
Binary 11011010 11010110 10101 0 10 1011010 1111 111011 1010010 101111

Color Harmonies of #DAD615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD615

Black with #DAD615

Text Example


Text Example

White with #DAD615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD615; }

 p { color: rgb(218,214,21); }

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

background-color css

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

 a { background-color: rgb(218,214,21); }

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

border-color css

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

 span { border-color: rgb(218,214,21); }

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