Html Css Color HEX #DAD715 Barberry

📋 copy color: '#DAD715'

red 218 ◦ green 215 ◦ blue 21

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

Shades of Barberry #DAD715

Tints of Barberry #DAD715

RGB

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

 GREEN value IS 215 (84.38% from 255) = 47.36%

 BLUE value IS 21 (8.59% from 255) = 4.63%

R = 48.02%
G = 47.36%
B = 4.63%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DAD715 (or 0xDAD715) is known color: Barberry. HEX triplet: DA, D7 and 15. RGB value is (218,215,21). Sum of RGB (Red+Green+Blue) = 218+215+21=454 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.02% from 454); Green value is 215 (84.38% from 255 or 47.36% from 454); Blue value is 21 (8.59% from 255 or 4.63% from 454); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD715 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD715 is #2528EA. Grayscale: #C2C2C2. Windows color (decimal): -2435307 or 1431514. OLE color: 1431514.

HSL color Cylindrical-coordinate representation of color #DAD715: hue angle of 59.09º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DAD715 is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 215 21 -
CMYK 0 0.01 0.90 0.15
HSL 59.09º 0.82% 0.47% -
HSV(B) 59.09º 0.9% 0.85% -
XYZ 53.35 63.56 10.17 -
YUV 193.78 30.49 145.27 -
System Red Green Blue C M Y K H S L
Decimal 218 215 21 0 0.01 0.90 0.15 59.09 0.82 0.47
Hex DA D7 15 0 1 5A F 3B 52 2F
Octal 332 327 25 0 1 132 17 73 122 57
Binary 11011010 11010111 10101 0 1 1011010 1111 111011 1010010 101111

Color Harmonies of #DAD715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD715

Black with #DAD715

Text Example


Text Example

White with #DAD715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD715; }

 p { color: rgb(218,215,21); }

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

background-color css

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

 a { background-color: rgb(218,215,21); }

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

border-color css

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

 span { border-color: rgb(218,215,21); }

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