Html Css Color HEX #DADE10 Barberry

📋 copy color: '#DADE10'

red 218 ◦ green 222 ◦ blue 16

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

Shades of Barberry #DADE10

Tints of Barberry #DADE10

RGB

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

 GREEN value IS 222 (87.11% from 255) = 48.68%

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

R = 47.81%
G = 48.68%
B = 3.51%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DADE10 (or 0xDADE10) is known color: Barberry. HEX triplet: DA, DE and 10. RGB value is (218,222,16). Sum of RGB (Red+Green+Blue) = 218+222+16=456 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.81% from 456); Green value is 222 (87.11% from 255 or 48.68% from 456); Blue value is 16 (6.64% from 255 or 3.51% from 456); Max value from RGB is 222 - color contains mainly: green. Hex color #DADE10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DADE10 is #2521EF. Grayscale: #C6C6C6. Windows color (decimal): -2433520 or 1105626. OLE color: 1105626.

HSL color Cylindrical-coordinate representation of color #DADE10: hue angle of 61.17º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DADE10 is Cyan = 0.02, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 222 16 -
CMYK 0.02 0 0.93 0.13
HSL 61.17º 0.87% 0.47% -
HSV(B) 61.17º 0.93% 0.87% -
XYZ 55.13 67.19 10.55 -
YUV 197.32 25.67 142.75 -
System Red Green Blue C M Y K H S L
Decimal 218 222 16 0.02 0 0.93 0.13 61.17 0.87 0.47
Hex DA DE 10 2 0 5D D 3D 57 2F
Octal 332 336 20 2 0 135 15 75 127 57
Binary 11011010 11011110 10000 10 0 1011101 1101 111101 1010111 101111

Color Harmonies of #DADE10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADE10

Black with #DADE10

Text Example


Text Example

White with #DADE10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADE10; }

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

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

background-color css

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

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

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

border-color css

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

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

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