Html Css Color HEX #DAE013 Barberry

📋 copy color: '#DAE013'

red 218 ◦ green 224 ◦ blue 19

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

Shades of Barberry #DAE013

Tints of Barberry #DAE013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.12%

R = 47.29%
G = 48.59%
B = 4.12%

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

#DAE013 (or 0xDAE013) is known color: Barberry. HEX triplet: DA, E0 and 13. RGB value is (218,224,19). Sum of RGB (Red+Green+Blue) = 218+224+19=461 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.29% from 461); Green value is 224 (87.89% from 255 or 48.59% from 461); Blue value is 19 (7.81% from 255 or 4.12% from 461); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE013 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAE013 is #251FEC. Grayscale: #C7C7C7. Windows color (decimal): -2433005 or 1302746. OLE color: 1302746.

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

Color convert

RGB 218 224 19 -
CMYK 0.03 0 0.92 0.12
HSL 61.76º 0.84% 0.48% -
HSV(B) 61.76º 0.92% 0.88% -
XYZ 55.69 68.26 10.86 -
YUV 198.84 26.51 141.67 -
System Red Green Blue C M Y K H S L
Decimal 218 224 19 0.03 0 0.92 0.12 61.76 0.84 0.48
Hex DA E0 13 3 0 5C C 3E 54 30
Octal 332 340 23 3 0 134 14 76 124 60
Binary 11011010 11100000 10011 11 0 1011100 1100 111110 1010100 110000

Color Harmonies of #DAE013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE013

Black with #DAE013

Text Example


Text Example

White with #DAE013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE013; }

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

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

background-color css

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

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

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

border-color css

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

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

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