Html Css Color HEX #DAE011 Barberry

📋 copy color: '#DAE011'

red 218 ◦ green 224 ◦ blue 17

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

Shades of Barberry #DAE011

Tints of Barberry #DAE011

RGB

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

 GREEN value IS 224 (87.89% from 255) = 48.8%

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

R = 47.49%
G = 48.8%
B = 3.7%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#DAE011 (or 0xDAE011) is known color: Barberry. HEX triplet: DA, E0 and 11. RGB value is (218,224,17). Sum of RGB (Red+Green+Blue) = 218+224+17=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 224 (87.89% from 255 or 48.80% from 459); Blue value is 17 (7.03% from 255 or 3.70% from 459); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE011 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAE011 is #251FEE. Grayscale: #C7C7C7. Windows color (decimal): -2433007 or 1171674. OLE color: 1171674.

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

Color convert

RGB 218 224 17 -
CMYK 0.03 0 0.92 0.12
HSL 61.74º 0.86% 0.47% -
HSV(B) 61.74º 0.92% 0.88% -
XYZ 55.67 68.26 10.77 -
YUV 198.61 25.51 141.83 -
System Red Green Blue C M Y K H S L
Decimal 218 224 17 0.03 0 0.92 0.12 61.74 0.86 0.47
Hex DA E0 11 3 0 5C C 3E 56 2F
Octal 332 340 21 3 0 134 14 76 126 57
Binary 11011010 11100000 10001 11 0 1011100 1100 111110 1010110 101111

Color Harmonies of #DAE011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE011

Black with #DAE011

Text Example


Text Example

White with #DAE011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE011; }

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

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

background-color css

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

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

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

border-color css

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

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

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