Html Css Color HEX #DAE014 Barberry

📋 copy color: '#DAE014'

red 218 ◦ green 224 ◦ blue 20

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

Shades of Barberry #DAE014

Tints of Barberry #DAE014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.33%

R = 47.19%
G = 48.48%
B = 4.33%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#DAE014 (or 0xDAE014) is known color: Barberry. HEX triplet: DA, E0 and 14. RGB value is (218,224,20). Sum of RGB (Red+Green+Blue) = 218+224+20=462 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.19% from 462); Green value is 224 (87.89% from 255 or 48.48% from 462); Blue value is 20 (8.20% from 255 or 4.33% from 462); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE014 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAE014 is #251FEB. Grayscale: #C7C7C7. Windows color (decimal): -2433004 or 1368282. OLE color: 1368282.

HSL color Cylindrical-coordinate representation of color #DAE014: 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.91%. Process color model (Four color, CMYK) of #DAE014 is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.

Color convert

RGB 218 224 20 -
CMYK 0.03 0 0.91 0.12
HSL 61.76º 0.84% 0.48% -
HSV(B) 61.76º 0.91% 0.88% -
XYZ 55.7 68.27 10.9 -
YUV 198.95 27.01 141.59 -
System Red Green Blue C M Y K H S L
Decimal 218 224 20 0.03 0 0.91 0.12 61.76 0.84 0.48
Hex DA E0 14 3 0 5B C 3E 54 30
Octal 332 340 24 3 0 133 14 76 124 60
Binary 11011010 11100000 10100 11 0 1011011 1100 111110 1010100 110000

Color Harmonies of #DAE014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE014

Black with #DAE014

Text Example


Text Example

White with #DAE014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE014; }

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

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

background-color css

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

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

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

border-color css

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

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

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