Html Css Color HEX #DAD711 Barberry

📋 copy color: '#DAD711'

red 218 ◦ green 215 ◦ blue 17

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

Shades of Barberry #DAD711

Tints of Barberry #DAD711

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.78%

R = 48.44%
G = 47.78%
B = 3.78%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#DAD711 (or 0xDAD711) is known color: Barberry. HEX triplet: DA, D7 and 11. RGB value is (218,215,17). Sum of RGB (Red+Green+Blue) = 218+215+17=450 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.44% from 450); Green value is 215 (84.38% from 255 or 47.78% from 450); Blue value is 17 (7.03% from 255 or 3.78% from 450); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD711 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD711 is #2528EE. Grayscale: #C2C2C2. Windows color (decimal): -2435311 or 1169370. OLE color: 1169370.

HSL color Cylindrical-coordinate representation of color #DAD711: hue angle of 59.1º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DAD711 is Cyan = 0, Magento = 0.01, Yellow = 0.92 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 215 17 -
CMYK 0 0.01 0.92 0.15
HSL 59.1º 0.86% 0.46% -
HSV(B) 59.1º 0.92% 0.85% -
XYZ 53.32 63.55 9.99 -
YUV 193.33 28.49 145.6 -
System Red Green Blue C M Y K H S L
Decimal 218 215 17 0 0.01 0.92 0.15 59.1 0.86 0.46
Hex DA D7 11 0 1 5C F 3B 56 2E
Octal 332 327 21 0 1 134 17 73 126 56
Binary 11011010 11010111 10001 0 1 1011100 1111 111011 1010110 101110

Color Harmonies of #DAD711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD711

Black with #DAD711

Text Example


Text Example

White with #DAD711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD711; }

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

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

background-color css

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

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

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

border-color css

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

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

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