Html Css Color HEX #DAD914 Barberry

📋 copy color: '#DAD914'

red 218 ◦ green 217 ◦ blue 20

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

Shades of Barberry #DAD914

Tints of Barberry #DAD914

RGB

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

 GREEN value IS 217 (85.16% from 255) = 47.69%

 BLUE value IS 20 (8.2% from 255) = 4.4%

R = 47.91%
G = 47.69%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DAD914 (or 0xDAD914) is known color: Barberry. HEX triplet: DA, D9 and 14. RGB value is (218,217,20). Sum of RGB (Red+Green+Blue) = 218+217+20=455 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.91% from 455); Green value is 217 (85.16% from 255 or 47.69% from 455); Blue value is 20 (8.20% from 255 or 4.40% from 455); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD914 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD914 is #2526EB. Grayscale: #C3C3C3. Windows color (decimal): -2434796 or 1366490. OLE color: 1366490.

HSL color Cylindrical-coordinate representation of color #DAD914: hue angle of 59.7º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DAD914 is Cyan = 0, Magento = 0.00, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 217 20 -
CMYK 0 0.00 0.91 0.15
HSL 59.7º 0.83% 0.47% -
HSV(B) 59.7º 0.91% 0.85% -
XYZ 53.85 64.58 10.29 -
YUV 194.84 29.33 144.52 -
System Red Green Blue C M Y K H S L
Decimal 218 217 20 0 0.00 0.91 0.15 59.7 0.83 0.47
Hex DA D9 14 0 0 5B F 3C 53 2F
Octal 332 331 24 0 0 133 17 74 123 57
Binary 11011010 11011001 10100 0 0 1011011 1111 111100 1010011 101111

Color Harmonies of #DAD914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD914

Black with #DAD914

Text Example


Text Example

White with #DAD914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD914; }

 p { color: rgb(218,217,20); }

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

background-color css

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

 a { background-color: rgb(218,217,20); }

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

border-color css

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

 span { border-color: rgb(218,217,20); }

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