Html Css Color HEX #DADB10 Barberry

📋 copy color: '#DADB10'

red 218 ◦ green 219 ◦ blue 16

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

Shades of Barberry #DADB10

Tints of Barberry #DADB10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.53%

R = 48.12%
G = 48.34%
B = 3.53%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DADB10 (or 0xDADB10) is known color: Barberry. HEX triplet: DA, DB and 10. RGB value is (218,219,16). Sum of RGB (Red+Green+Blue) = 218+219+16=453 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.12% from 453); Green value is 219 (85.94% from 255 or 48.34% from 453); Blue value is 16 (6.64% from 255 or 3.53% from 453); Max value from RGB is 219 - color contains mainly: green. Hex color #DADB10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DADB10 is #2524EF. Grayscale: #C4C4C4. Windows color (decimal): -2434288 or 1104858. OLE color: 1104858.

HSL color Cylindrical-coordinate representation of color #DADB10: 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.93%. Process color model (Four color, CMYK) of #DADB10 is Cyan = 0.00, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.14.

Color convert

RGB 218 219 16 -
CMYK 0.00 0 0.93 0.14
HSL 60.3º 0.86% 0.46% -
HSV(B) 60.3º 0.93% 0.86% -
XYZ 54.34 65.61 10.29 -
YUV 195.56 26.67 144.01 -
System Red Green Blue C M Y K H S L
Decimal 218 219 16 0.00 0 0.93 0.14 60.3 0.86 0.46
Hex DA DB 10 0 0 5D E 3C 56 2E
Octal 332 333 20 0 0 135 16 74 126 56
Binary 11011010 11011011 10000 0 0 1011101 1110 111100 1010110 101110

Color Harmonies of #DADB10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADB10

Black with #DADB10

Text Example


Text Example

White with #DADB10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADB10; }

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

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

background-color css

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

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

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

border-color css

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

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

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