Html Css Color HEX #DADF11 Barberry

📋 copy color: '#DADF11'

red 218 ◦ green 223 ◦ blue 17

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

Shades of Barberry #DADF11

Tints of Barberry #DADF11

RGB

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

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

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

R = 47.6%
G = 48.69%
B = 3.71%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DADF11 (or 0xDADF11) is known color: Barberry. HEX triplet: DA, DF and 11. RGB value is (218,223,17). Sum of RGB (Red+Green+Blue) = 218+223+17=458 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.60% from 458); Green value is 223 (87.5% from 255 or 48.69% from 458); Blue value is 17 (7.03% from 255 or 3.71% from 458); Max value from RGB is 223 - color contains mainly: green. Hex color #DADF11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DADF11 is #2520EE. Grayscale: #C6C6C6. Windows color (decimal): -2433263 or 1171418. OLE color: 1171418.

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

Color convert

RGB 218 223 17 -
CMYK 0.02 0 0.92 0.13
HSL 61.46º 0.86% 0.47% -
HSV(B) 61.46º 0.92% 0.87% -
XYZ 55.4 67.72 10.68 -
YUV 198.02 25.84 142.25 -
System Red Green Blue C M Y K H S L
Decimal 218 223 17 0.02 0 0.92 0.13 61.46 0.86 0.47
Hex DA DF 11 2 0 5C D 3D 56 2F
Octal 332 337 21 2 0 134 15 75 126 57
Binary 11011010 11011111 10001 10 0 1011100 1101 111101 1010110 101111

Color Harmonies of #DADF11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADF11

Black with #DADF11

Text Example


Text Example

White with #DADF11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADF11; }

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

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

background-color css

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

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

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

border-color css

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

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

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