Html Css Color HEX #DAD714 Barberry

📋 copy color: '#DAD714'

red 218 ◦ green 215 ◦ blue 20

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

Shades of Barberry #DAD714

Tints of Barberry #DAD714

RGB

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

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

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

R = 48.12%
G = 47.46%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DAD714 (or 0xDAD714) is known color: Barberry. HEX triplet: DA, D7 and 14. RGB value is (218,215,20). Sum of RGB (Red+Green+Blue) = 218+215+20=453 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.12% from 453); Green value is 215 (84.38% from 255 or 47.46% from 453); Blue value is 20 (8.20% from 255 or 4.42% from 453); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD714 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD714 is #2528EB. Grayscale: #C2C2C2. Windows color (decimal): -2435308 or 1365978. OLE color: 1365978.

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

Color convert

RGB 218 215 20 -
CMYK 0 0.01 0.91 0.15
HSL 59.09º 0.83% 0.47% -
HSV(B) 59.09º 0.91% 0.85% -
XYZ 53.34 63.56 10.12 -
YUV 193.67 29.99 145.36 -
System Red Green Blue C M Y K H S L
Decimal 218 215 20 0 0.01 0.91 0.15 59.09 0.83 0.47
Hex DA D7 14 0 1 5B F 3B 53 2F
Octal 332 327 24 0 1 133 17 73 123 57
Binary 11011010 11010111 10100 0 1 1011011 1111 111011 1010011 101111

Color Harmonies of #DAD714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD714

Black with #DAD714

Text Example


Text Example

White with #DAD714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD714; }

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

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

background-color css

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

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

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

border-color css

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

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

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