Html Css Color HEX #DAD415 Barberry

📋 copy color: '#DAD415'

red 218 ◦ green 212 ◦ blue 21

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

Shades of Barberry #DAD415

Tints of Barberry #DAD415

RGB

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

 GREEN value IS 212 (83.2% from 255) = 47.01%

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

R = 48.34%
G = 47.01%
B = 4.66%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DAD415 (or 0xDAD415) is known color: Barberry. HEX triplet: DA, D4 and 15. RGB value is (218,212,21). Sum of RGB (Red+Green+Blue) = 218+212+21=451 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.34% from 451); Green value is 212 (83.20% from 255 or 47.01% from 451); Blue value is 21 (8.59% from 255 or 4.66% from 451); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD415 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD415 is #252BEA. Grayscale: #C0C0C0. Windows color (decimal): -2436075 or 1430746. OLE color: 1430746.

HSL color Cylindrical-coordinate representation of color #DAD415: hue angle of 58.17º 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 #DAD415 is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 212 21 -
CMYK 0 0.03 0.90 0.15
HSL 58.17º 0.82% 0.47% -
HSV(B) 58.17º 0.9% 0.85% -
XYZ 52.59 62.05 9.91 -
YUV 192.02 31.49 146.53 -
System Red Green Blue C M Y K H S L
Decimal 218 212 21 0 0.03 0.90 0.15 58.17 0.82 0.47
Hex DA D4 15 0 3 5A F 3A 52 2F
Octal 332 324 25 0 3 132 17 72 122 57
Binary 11011010 11010100 10101 0 11 1011010 1111 111010 1010010 101111

Color Harmonies of #DAD415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD415

Black with #DAD415

Text Example


Text Example

White with #DAD415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD415; }

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

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

background-color css

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

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

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

border-color css

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

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

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