Html Css Color HEX #DADB11 Barberry

📋 copy color: '#DADB11'

red 218 ◦ green 219 ◦ blue 17

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

Shades of Barberry #DADB11

Tints of Barberry #DADB11

RGB

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

 GREEN value IS 219 (85.94% from 255) = 48.24%

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

R = 48.02%
G = 48.24%
B = 3.74%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DADB11 (or 0xDADB11) is known color: Barberry. HEX triplet: DA, DB and 11. RGB value is (218,219,17). Sum of RGB (Red+Green+Blue) = 218+219+17=454 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.02% from 454); Green value is 219 (85.94% from 255 or 48.24% from 454); Blue value is 17 (7.03% from 255 or 3.74% from 454); Max value from RGB is 219 - color contains mainly: green. Hex color #DADB11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DADB11 is #2524EE. Grayscale: #C4C4C4. Windows color (decimal): -2434287 or 1170394. OLE color: 1170394.

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

Color convert

RGB 218 219 17 -
CMYK 0.00 0 0.92 0.14
HSL 60.3º 0.86% 0.46% -
HSV(B) 60.3º 0.92% 0.86% -
XYZ 54.35 65.61 10.33 -
YUV 195.67 27.17 143.93 -
System Red Green Blue C M Y K H S L
Decimal 218 219 17 0.00 0 0.92 0.14 60.3 0.86 0.46
Hex DA DB 11 0 0 5C E 3C 56 2E
Octal 332 333 21 0 0 134 16 74 126 56
Binary 11011010 11011011 10001 0 0 1011100 1110 111100 1010110 101110

Color Harmonies of #DADB11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADB11

Black with #DADB11

Text Example


Text Example

White with #DADB11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADB11; }

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

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

background-color css

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

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

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

border-color css

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

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

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