Html Css Color HEX #DAD41E Barberry

📋 copy color: '#DAD41E'

red 218 ◦ green 212 ◦ blue 30

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

Shades of Barberry #DAD41E

Tints of Barberry #DAD41E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.52%

R = 47.39%
G = 46.09%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#DAD41E (or 0xDAD41E) is known color: Barberry. HEX triplet: DA, D4 and 1E. RGB value is (218,212,30). Sum of RGB (Red+Green+Blue) = 218+212+30=460 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.39% from 460); Green value is 212 (83.20% from 255 or 46.09% from 460); Blue value is 30 (12.11% from 255 or 6.52% from 460); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD41E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD41E is #252BE1. Grayscale: #C1C1C1. Windows color (decimal): -2436066 or 2020570. OLE color: 2020570.

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

Color convert

RGB 218 212 30 -
CMYK 0 0.03 0.86 0.15
HSL 58.09º 0.76% 0.49% -
HSV(B) 58.09º 0.86% 0.85% -
XYZ 52.69 62.09 10.43 -
YUV 193.05 35.99 145.8 -
System Red Green Blue C M Y K H S L
Decimal 218 212 30 0 0.03 0.86 0.15 58.09 0.76 0.49
Hex DA D4 1E 0 3 56 F 3A 4C 31
Octal 332 324 36 0 3 126 17 72 114 61
Binary 11011010 11010100 11110 0 11 1010110 1111 111010 1001100 110001

Color Harmonies of #DAD41E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD41E

Black with #DAD41E

Text Example


Text Example

White with #DAD41E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD41E; }

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

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

background-color css

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

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

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

border-color css

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

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

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