Html Css Color HEX #DAE10E Barberry

📋 copy color: '#DAE10E'

red 218 ◦ green 225 ◦ blue 14

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

Shades of Barberry #DAE10E

Tints of Barberry #DAE10E

RGB

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

 GREEN value IS 225 (88.28% from 255) = 49.23%

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

R = 47.7%
G = 49.23%
B = 3.06%

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

#DAE10E (or 0xDAE10E) is known color: Barberry. HEX triplet: DA, E1 and 0E. RGB value is (218,225,14). Sum of RGB (Red+Green+Blue) = 218+225+14=457 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.70% from 457); Green value is 225 (88.28% from 255 or 49.23% from 457); Blue value is 14 (5.86% from 255 or 3.06% from 457); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE10E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAE10E is #251EF1. Grayscale: #C7C7C7. Windows color (decimal): -2432754 or 975322. OLE color: 975322.

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

Color convert

RGB 218 225 14 -
CMYK 0.03 0 0.94 0.12
HSL 61.99º 0.88% 0.47% -
HSV(B) 61.99º 0.94% 0.88% -
XYZ 55.92 68.79 10.75 -
YUV 198.85 23.68 141.66 -
System Red Green Blue C M Y K H S L
Decimal 218 225 14 0.03 0 0.94 0.12 61.99 0.88 0.47
Hex DA E1 E 3 0 5E C 3E 58 2F
Octal 332 341 16 3 0 136 14 76 130 57
Binary 11011010 11100001 1110 11 0 1011110 1100 111110 1011000 101111

Color Harmonies of #DAE10E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE10E

Black with #DAE10E

Text Example


Text Example

White with #DAE10E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE10E; }

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

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

background-color css

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

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

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

border-color css

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

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

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