Html Css Color HEX #DADF10 Barberry

📋 copy color: '#DADF10'

red 218 ◦ green 223 ◦ blue 16

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

Shades of Barberry #DADF10

Tints of Barberry #DADF10

RGB

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

 GREEN value IS 223 (87.5% from 255) = 48.8%

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

R = 47.7%
G = 48.8%
B = 3.5%

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

#DADF10 (or 0xDADF10) is known color: Barberry. HEX triplet: DA, DF and 10. RGB value is (218,223,16). Sum of RGB (Red+Green+Blue) = 218+223+16=457 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.70% from 457); Green value is 223 (87.5% from 255 or 48.80% from 457); Blue value is 16 (6.64% from 255 or 3.50% from 457); Max value from RGB is 223 - color contains mainly: green. Hex color #DADF10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DADF10 is #2520EF. Grayscale: #C6C6C6. Windows color (decimal): -2433264 or 1105882. OLE color: 1105882.

HSL color Cylindrical-coordinate representation of color #DADF10: hue angle of 61.45º 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 #DADF10 is Cyan = 0.02, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 223 16 -
CMYK 0.02 0 0.93 0.13
HSL 61.45º 0.87% 0.47% -
HSV(B) 61.45º 0.93% 0.87% -
XYZ 55.39 67.72 10.64 -
YUV 197.91 25.34 142.33 -
System Red Green Blue C M Y K H S L
Decimal 218 223 16 0.02 0 0.93 0.13 61.45 0.87 0.47
Hex DA DF 10 2 0 5D D 3D 57 2F
Octal 332 337 20 2 0 135 15 75 127 57
Binary 11011010 11011111 10000 10 0 1011101 1101 111101 1010111 101111

Color Harmonies of #DADF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADF10

Black with #DADF10

Text Example


Text Example

White with #DADF10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADF10; }

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

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

background-color css

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

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

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

border-color css

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

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

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