Html Css Color HEX #DAD912 Barberry

📋 copy color: '#DAD912'

red 218 ◦ green 217 ◦ blue 18

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

Shades of Barberry #DAD912

Tints of Barberry #DAD912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.97%

R = 48.12%
G = 47.9%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#DAD912 (or 0xDAD912) is known color: Barberry. HEX triplet: DA, D9 and 12. RGB value is (218,217,18). Sum of RGB (Red+Green+Blue) = 218+217+18=453 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.12% from 453); Green value is 217 (85.16% from 255 or 47.90% from 453); Blue value is 18 (7.42% from 255 or 3.97% from 453); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD912 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD912 is #2526ED. Grayscale: #C3C3C3. Windows color (decimal): -2434798 or 1235418. OLE color: 1235418.

HSL color Cylindrical-coordinate representation of color #DAD912: hue angle of 59.7º degrees, saturation: 0.85, 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 #DAD912 is Cyan = 0, Magento = 0.00, Yellow = 0.92 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 217 18 -
CMYK 0 0.00 0.92 0.15
HSL 59.7º 0.85% 0.46% -
HSV(B) 59.7º 0.92% 0.85% -
XYZ 53.84 64.57 10.2 -
YUV 194.61 28.33 144.68 -
System Red Green Blue C M Y K H S L
Decimal 218 217 18 0 0.00 0.92 0.15 59.7 0.85 0.46
Hex DA D9 12 0 0 5C F 3C 55 2E
Octal 332 331 22 0 0 134 17 74 125 56
Binary 11011010 11011001 10010 0 0 1011100 1111 111100 1010101 101110

Color Harmonies of #DAD912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD912

Black with #DAD912

Text Example


Text Example

White with #DAD912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD912; }

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

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

background-color css

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

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

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

border-color css

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

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

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