Html Css Color HEX #DAD50F Barberry

📋 copy color: '#DAD50F'

red 218 ◦ green 213 ◦ blue 15

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

Shades of Barberry #DAD50F

Tints of Barberry #DAD50F

RGB

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

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

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

R = 48.88%
G = 47.76%
B = 3.36%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DAD50F (or 0xDAD50F) is known color: Barberry. HEX triplet: DA, D5 and 0F. RGB value is (218,213,15). Sum of RGB (Red+Green+Blue) = 218+213+15=446 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.88% from 446); Green value is 213 (83.59% from 255 or 47.76% from 446); Blue value is 15 (6.25% from 255 or 3.36% from 446); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD50F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD50F is #252AF0. Grayscale: #C0C0C0. Windows color (decimal): -2435825 or 1037786. OLE color: 1037786.

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

Color convert

RGB 218 213 15 -
CMYK 0 0.02 0.93 0.15
HSL 58.52º 0.87% 0.46% -
HSV(B) 58.52º 0.93% 0.85% -
XYZ 52.79 62.53 9.74 -
YUV 191.92 28.16 146.6 -
System Red Green Blue C M Y K H S L
Decimal 218 213 15 0 0.02 0.93 0.15 58.52 0.87 0.46
Hex DA D5 F 0 2 5D F 3B 57 2E
Octal 332 325 17 0 2 135 17 73 127 56
Binary 11011010 11010101 1111 0 10 1011101 1111 111011 1010111 101110

Color Harmonies of #DAD50F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD50F

Black with #DAD50F

Text Example


Text Example

White with #DAD50F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD50F; }

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

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

background-color css

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

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

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

border-color css

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

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

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