Html Css Color HEX #DADA1B Barberry

📋 copy color: '#DADA1B'

red 218 ◦ green 218 ◦ blue 27

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

Shades of Barberry #DADA1B

Tints of Barberry #DADA1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 5.83%

R = 47.08%
G = 47.08%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#DADA1B (or 0xDADA1B) is known color: Barberry. HEX triplet: DA, DA and 1B. RGB value is (218,218,27). Sum of RGB (Red+Green+Blue) = 218+218+27=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 218 (85.55% from 255 or 47.08% from 463); Blue value is 27 (10.94% from 255 or 5.83% from 463); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADA1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADA1B is #2525E4. Grayscale: #C4C4C4. Windows color (decimal): -2434533 or 1825498. OLE color: 1825498.

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

Color convert

RGB 218 218 27 -
CMYK 0 0 0.88 0.15
HSL 60º 0.78% 0.48% -
HSV(B) 60º 0.88% 0.85% -
XYZ 54.18 65.13 10.75 -
YUV 196.23 32.5 143.53 -
System Red Green Blue C M Y K H S L
Decimal 218 218 27 0 0 0.88 0.15 60 0.78 0.48
Hex DA DA 1B 0 0 58 F 3C 4E 30
Octal 332 332 33 0 0 130 17 74 116 60
Binary 11011010 11011010 11011 0 0 1011000 1111 111100 1001110 110000

Color Harmonies of #DADA1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADA1B

Black with #DADA1B

Text Example


Text Example

White with #DADA1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADA1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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