Html Css Color HEX #DAD41D Barberry

📋 copy color: '#DAD41D'

red 218 ◦ green 212 ◦ blue 29

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

Shades of Barberry #DAD41D

Tints of Barberry #DAD41D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.32%

R = 47.49%
G = 46.19%
B = 6.32%

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

#DAD41D (or 0xDAD41D) is known color: Barberry. HEX triplet: DA, D4 and 1D. RGB value is (218,212,29). Sum of RGB (Red+Green+Blue) = 218+212+29=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 212 (83.20% from 255 or 46.19% from 459); Blue value is 29 (11.72% from 255 or 6.32% from 459); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD41D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD41D is #252BE2. Grayscale: #C1C1C1. Windows color (decimal): -2436067 or 1955034. OLE color: 1955034.

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

Color convert

RGB 218 212 29 -
CMYK 0 0.03 0.87 0.15
HSL 58.1º 0.77% 0.48% -
HSV(B) 58.1º 0.87% 0.85% -
XYZ 52.68 62.08 10.37 -
YUV 192.93 35.49 145.88 -
System Red Green Blue C M Y K H S L
Decimal 218 212 29 0 0.03 0.87 0.15 58.1 0.77 0.48
Hex DA D4 1D 0 3 57 F 3A 4D 30
Octal 332 324 35 0 3 127 17 72 115 60
Binary 11011010 11010100 11101 0 11 1010111 1111 111010 1001101 110000

Color Harmonies of #DAD41D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD41D

Black with #DAD41D

Text Example


Text Example

White with #DAD41D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD41D; }

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

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

background-color css

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

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

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

border-color css

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

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

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