Html Css Color HEX #DAE012 Barberry

📋 copy color: '#DAE012'

red 218 ◦ green 224 ◦ blue 18

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

Shades of Barberry #DAE012

Tints of Barberry #DAE012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.91%

R = 47.39%
G = 48.7%
B = 3.91%

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

#DAE012 (or 0xDAE012) is known color: Barberry. HEX triplet: DA, E0 and 12. RGB value is (218,224,18). Sum of RGB (Red+Green+Blue) = 218+224+18=460 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.39% from 460); Green value is 224 (87.89% from 255 or 48.70% from 460); Blue value is 18 (7.42% from 255 or 3.91% from 460); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE012 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAE012 is #251FED. Grayscale: #C7C7C7. Windows color (decimal): -2433006 or 1237210. OLE color: 1237210.

HSL color Cylindrical-coordinate representation of color #DAE012: hue angle of 61.75º degrees, saturation: 0.85, 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 #DAE012 is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 218 224 18 -
CMYK 0.03 0 0.92 0.12
HSL 61.75º 0.85% 0.47% -
HSV(B) 61.75º 0.92% 0.88% -
XYZ 55.68 68.26 10.81 -
YUV 198.72 26.01 141.75 -
System Red Green Blue C M Y K H S L
Decimal 218 224 18 0.03 0 0.92 0.12 61.75 0.85 0.47
Hex DA E0 12 3 0 5C C 3E 55 2F
Octal 332 340 22 3 0 134 14 76 125 57
Binary 11011010 11100000 10010 11 0 1011100 1100 111110 1010101 101111

Color Harmonies of #DAE012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE012

Black with #DAE012

Text Example


Text Example

White with #DAE012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE012; }

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

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

background-color css

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

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

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

border-color css

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

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

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