Html Css Color HEX #DAD812 Barberry

📋 copy color: '#DAD812'

red 218 ◦ green 216 ◦ blue 18

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

Shades of Barberry #DAD812

Tints of Barberry #DAD812

RGB

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

 GREEN value IS 216 (84.77% from 255) = 47.79%

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

R = 48.23%
G = 47.79%
B = 3.98%

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

#DAD812 (or 0xDAD812) is known color: Barberry. HEX triplet: DA, D8 and 12. RGB value is (218,216,18). Sum of RGB (Red+Green+Blue) = 218+216+18=452 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.23% from 452); Green value is 216 (84.77% from 255 or 47.79% from 452); Blue value is 18 (7.42% from 255 or 3.98% from 452); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD812 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD812 is #2527ED. Grayscale: #C2C2C2. Windows color (decimal): -2435054 or 1235162. OLE color: 1235162.

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

Color convert

RGB 218 216 18 -
CMYK 0 0.01 0.92 0.15
HSL 59.4º 0.85% 0.46% -
HSV(B) 59.4º 0.92% 0.85% -
XYZ 53.58 64.06 10.11 -
YUV 194.03 28.66 145.1 -
System Red Green Blue C M Y K H S L
Decimal 218 216 18 0 0.01 0.92 0.15 59.4 0.85 0.46
Hex DA D8 12 0 1 5C F 3B 55 2E
Octal 332 330 22 0 1 134 17 73 125 56
Binary 11011010 11011000 10010 0 1 1011100 1111 111011 1010101 101110

Color Harmonies of #DAD812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD812

Black with #DAD812

Text Example


Text Example

White with #DAD812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD812; }

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

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

background-color css

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

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

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

border-color css

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

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

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