Html Css Color HEX #DAD611 Barberry

📋 copy color: '#DAD611'

red 218 ◦ green 214 ◦ blue 17

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

Shades of Barberry #DAD611

Tints of Barberry #DAD611

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.79%

R = 48.55%
G = 47.66%
B = 3.79%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#DAD611 (or 0xDAD611) is known color: Barberry. HEX triplet: DA, D6 and 11. RGB value is (218,214,17). Sum of RGB (Red+Green+Blue) = 218+214+17=449 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.55% from 449); Green value is 214 (83.98% from 255 or 47.66% from 449); Blue value is 17 (7.03% from 255 or 3.79% from 449); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD611 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD611 is #2529EE. Grayscale: #C1C1C1. Windows color (decimal): -2435567 or 1169114. OLE color: 1169114.

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

Color convert

RGB 218 214 17 -
CMYK 0 0.02 0.92 0.15
HSL 58.81º 0.86% 0.46% -
HSV(B) 58.81º 0.92% 0.85% -
XYZ 53.06 63.04 9.9 -
YUV 192.74 28.83 146.02 -
System Red Green Blue C M Y K H S L
Decimal 218 214 17 0 0.02 0.92 0.15 58.81 0.86 0.46
Hex DA D6 11 0 2 5C F 3B 56 2E
Octal 332 326 21 0 2 134 17 73 126 56
Binary 11011010 11010110 10001 0 10 1011100 1111 111011 1010110 101110

Color Harmonies of #DAD611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD611

Black with #DAD611

Text Example


Text Example

White with #DAD611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD611; }

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

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

background-color css

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

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

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

border-color css

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

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

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