Html Css Color HEX #DADA1D Barberry

📋 copy color: '#DADA1D'

red 218 ◦ green 218 ◦ blue 29

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

Shades of Barberry #DADA1D

Tints of Barberry #DADA1D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 46.88%

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

R = 46.88%
G = 46.88%
B = 6.24%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#DADA1D (or 0xDADA1D) is known color: Barberry. HEX triplet: DA, DA and 1D. RGB value is (218,218,29). Sum of RGB (Red+Green+Blue) = 218+218+29=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 218 (85.55% from 255 or 46.88% from 465); Blue value is 29 (11.72% from 255 or 6.24% from 465); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADA1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADA1D is #2525E2. Grayscale: #C5C5C5. Windows color (decimal): -2434531 or 1956570. OLE color: 1956570.

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

Color convert

RGB 218 218 29 -
CMYK 0 0 0.87 0.15
HSL 60º 0.77% 0.48% -
HSV(B) 60º 0.87% 0.85% -
XYZ 54.21 65.14 10.88 -
YUV 196.45 33.5 143.37 -
System Red Green Blue C M Y K H S L
Decimal 218 218 29 0 0 0.87 0.15 60 0.77 0.48
Hex DA DA 1D 0 0 57 F 3C 4D 30
Octal 332 332 35 0 0 127 17 74 115 60
Binary 11011010 11011010 11101 0 0 1010111 1111 111100 1001101 110000

Color Harmonies of #DADA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADA1D

Black with #DADA1D

Text Example


Text Example

White with #DADA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADA1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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