Html Css Color HEX #DAD51C Barberry

📋 copy color: '#DAD51C'

red 218 ◦ green 213 ◦ blue 28

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

Shades of Barberry #DAD51C

Tints of Barberry #DAD51C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.1%

R = 47.49%
G = 46.41%
B = 6.1%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#DAD51C (or 0xDAD51C) is known color: Barberry. HEX triplet: DA, D5 and 1C. RGB value is (218,213,28). Sum of RGB (Red+Green+Blue) = 218+213+28=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 213 (83.59% from 255 or 46.41% from 459); Blue value is 28 (11.33% from 255 or 6.10% from 459); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD51C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD51C is #252AE3. Grayscale: #C2C2C2. Windows color (decimal): -2435812 or 1889754. OLE color: 1889754.

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

Color convert

RGB 218 213 28 -
CMYK 0 0.02 0.87 0.15
HSL 58.42º 0.77% 0.48% -
HSV(B) 58.42º 0.87% 0.85% -
XYZ 52.92 62.58 10.39 -
YUV 193.41 34.66 145.54 -
System Red Green Blue C M Y K H S L
Decimal 218 213 28 0 0.02 0.87 0.15 58.42 0.77 0.48
Hex DA D5 1C 0 2 57 F 3A 4D 30
Octal 332 325 34 0 2 127 17 72 115 60
Binary 11011010 11010101 11100 0 10 1010111 1111 111010 1001101 110000

Color Harmonies of #DAD51C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD51C

Black with #DAD51C

Text Example


Text Example

White with #DAD51C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD51C; }

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

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

background-color css

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

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

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

border-color css

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

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

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