Html Css Color HEX #DAE00F Barberry

📋 copy color: '#DAE00F'

red 218 ◦ green 224 ◦ blue 15

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

Shades of Barberry #DAE00F

Tints of Barberry #DAE00F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.28%

R = 47.7%
G = 49.02%
B = 3.28%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#DAE00F (or 0xDAE00F) is known color: Barberry. HEX triplet: DA, E0 and 0F. RGB value is (218,224,15). Sum of RGB (Red+Green+Blue) = 218+224+15=457 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.70% from 457); Green value is 224 (87.89% from 255 or 49.02% from 457); Blue value is 15 (6.25% from 255 or 3.28% from 457); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE00F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAE00F is #251FF0. Grayscale: #C7C7C7. Windows color (decimal): -2433009 or 1040602. OLE color: 1040602.

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

Color convert

RGB 218 224 15 -
CMYK 0.03 0 0.93 0.12
HSL 61.72º 0.87% 0.47% -
HSV(B) 61.72º 0.93% 0.88% -
XYZ 55.66 68.25 10.69 -
YUV 198.38 24.51 141.99 -
System Red Green Blue C M Y K H S L
Decimal 218 224 15 0.03 0 0.93 0.12 61.72 0.87 0.47
Hex DA E0 F 3 0 5D C 3E 57 2F
Octal 332 340 17 3 0 135 14 76 127 57
Binary 11011010 11100000 1111 11 0 1011101 1100 111110 1010111 101111

Color Harmonies of #DAE00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE00F

Black with #DAE00F

Text Example


Text Example

White with #DAE00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE00F; }

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

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

background-color css

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

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

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

border-color css

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

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

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