Html Css Color HEX #DAD41C Barberry

📋 copy color: '#DAD41C'

red 218 ◦ green 212 ◦ blue 28

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

Shades of Barberry #DAD41C

Tints of Barberry #DAD41C

RGB

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

 GREEN value IS 212 (83.2% from 255) = 46.29%

 BLUE value IS 28 (11.33% from 255) = 6.11%

R = 47.6%
G = 46.29%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#DAD41C (or 0xDAD41C) is known color: Barberry. HEX triplet: DA, D4 and 1C. RGB value is (218,212,28). Sum of RGB (Red+Green+Blue) = 218+212+28=458 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.60% from 458); Green value is 212 (83.20% from 255 or 46.29% from 458); Blue value is 28 (11.33% from 255 or 6.11% from 458); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD41C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD41C is #252BE3. Grayscale: #C1C1C1. Windows color (decimal): -2436068 or 1889498. OLE color: 1889498.

HSL color Cylindrical-coordinate representation of color #DAD41C: hue angle of 58.11º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DAD41C is Cyan = 0, Magento = 0.03, Yellow = 0.87 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 212 28 -
CMYK 0 0.03 0.87 0.15
HSL 58.11º 0.77% 0.48% -
HSV(B) 58.11º 0.87% 0.85% -
XYZ 52.67 62.08 10.3 -
YUV 192.82 34.99 145.96 -
System Red Green Blue C M Y K H S L
Decimal 218 212 28 0 0.03 0.87 0.15 58.11 0.77 0.48
Hex DA D4 1C 0 3 57 F 3A 4D 30
Octal 332 324 34 0 3 127 17 72 115 60
Binary 11011010 11010100 11100 0 11 1010111 1111 111010 1001101 110000

Color Harmonies of #DAD41C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD41C

Black with #DAD41C

Text Example


Text Example

White with #DAD41C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD41C; }

 p { color: rgb(218,212,28); }

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

background-color css

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

 a { background-color: rgb(218,212,28); }

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

border-color css

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

 span { border-color: rgb(218,212,28); }

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