Html Css Color HEX #DAD50E Barberry

📋 copy color: '#DAD50E'

red 218 ◦ green 213 ◦ blue 14

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

Shades of Barberry #DAD50E

Tints of Barberry #DAD50E

RGB

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

 GREEN value IS 213 (83.59% from 255) = 47.87%

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

R = 48.99%
G = 47.87%
B = 3.15%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DAD50E (or 0xDAD50E) is known color: Barberry. HEX triplet: DA, D5 and 0E. RGB value is (218,213,14). Sum of RGB (Red+Green+Blue) = 218+213+14=445 (58% of max value = 765). Red value is 218 (85.55% from 255 or 48.99% from 445); Green value is 213 (83.59% from 255 or 47.87% from 445); Blue value is 14 (5.86% from 255 or 3.15% from 445); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD50E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD50E is #252AF1. Grayscale: #C0C0C0. Windows color (decimal): -2435826 or 972250. OLE color: 972250.

HSL color Cylindrical-coordinate representation of color #DAD50E: hue angle of 58.53º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DAD50E is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 213 14 -
CMYK 0 0.02 0.94 0.15
HSL 58.53º 0.88% 0.45% -
HSV(B) 58.53º 0.94% 0.85% -
XYZ 52.79 62.53 9.7 -
YUV 191.81 27.66 146.68 -
System Red Green Blue C M Y K H S L
Decimal 218 213 14 0 0.02 0.94 0.15 58.53 0.88 0.45
Hex DA D5 E 0 2 5E F 3B 58 2D
Octal 332 325 16 0 2 136 17 73 130 55
Binary 11011010 11010101 1110 0 10 1011110 1111 111011 1011000 101101

Color Harmonies of #DAD50E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD50E

Black with #DAD50E

Text Example


Text Example

White with #DAD50E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD50E; }

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

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

background-color css

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

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

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

border-color css

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

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

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