Html Css Color HEX #DAE00E Barberry

📋 copy color: '#DAE00E'

red 218 ◦ green 224 ◦ blue 14

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

Shades of Barberry #DAE00E

Tints of Barberry #DAE00E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.07%

R = 47.81%
G = 49.12%
B = 3.07%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#DAE00E (or 0xDAE00E) is known color: Barberry. HEX triplet: DA, E0 and 0E. RGB value is (218,224,14). Sum of RGB (Red+Green+Blue) = 218+224+14=456 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.81% from 456); Green value is 224 (87.89% from 255 or 49.12% from 456); Blue value is 14 (5.86% from 255 or 3.07% from 456); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE00E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAE00E is #251FF1. Grayscale: #C7C7C7. Windows color (decimal): -2433010 or 975066. OLE color: 975066.

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

Color convert

RGB 218 224 14 -
CMYK 0.03 0 0.94 0.12
HSL 61.71º 0.88% 0.47% -
HSV(B) 61.71º 0.94% 0.88% -
XYZ 55.65 68.25 10.66 -
YUV 198.27 24.01 142.08 -
System Red Green Blue C M Y K H S L
Decimal 218 224 14 0.03 0 0.94 0.12 61.71 0.88 0.47
Hex DA E0 E 3 0 5E C 3E 58 2F
Octal 332 340 16 3 0 136 14 76 130 57
Binary 11011010 11100000 1110 11 0 1011110 1100 111110 1011000 101111

Color Harmonies of #DAE00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE00E

Black with #DAE00E

Text Example


Text Example

White with #DAE00E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE00E; }

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

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

background-color css

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

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

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

border-color css

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

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

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