Html Css Color HEX #DAD315 Barberry

📋 copy color: '#DAD315'

red 218 ◦ green 211 ◦ blue 21

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

Shades of Barberry #DAD315

Tints of Barberry #DAD315

RGB

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

 GREEN value IS 211 (82.81% from 255) = 46.89%

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

R = 48.44%
G = 46.89%
B = 4.67%

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

#DAD315 (or 0xDAD315) is known color: Barberry. HEX triplet: DA, D3 and 15. RGB value is (218,211,21). Sum of RGB (Red+Green+Blue) = 218+211+21=450 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.44% from 450); Green value is 211 (82.81% from 255 or 46.89% from 450); Blue value is 21 (8.59% from 255 or 4.67% from 450); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD315 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD315 is #252CEA. Grayscale: #C0C0C0. Windows color (decimal): -2436331 or 1430490. OLE color: 1430490.

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

Color convert

RGB 218 211 21 -
CMYK 0 0.03 0.90 0.15
HSL 57.87º 0.82% 0.47% -
HSV(B) 57.87º 0.9% 0.85% -
XYZ 52.34 61.55 9.83 -
YUV 191.43 31.82 146.95 -
System Red Green Blue C M Y K H S L
Decimal 218 211 21 0 0.03 0.90 0.15 57.87 0.82 0.47
Hex DA D3 15 0 3 5A F 3A 52 2F
Octal 332 323 25 0 3 132 17 72 122 57
Binary 11011010 11010011 10101 0 11 1011010 1111 111010 1010010 101111

Color Harmonies of #DAD315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD315

Black with #DAD315

Text Example


Text Example

White with #DAD315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD315; }

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

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

background-color css

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

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

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

border-color css

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

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

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