Html Css Color HEX #DAD320 Barberry

📋 copy color: '#DAD320'

red 218 ◦ green 211 ◦ blue 32

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

Shades of Barberry #DAD320

Tints of Barberry #DAD320

RGB

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

 GREEN value IS 211 (82.81% from 255) = 45.77%

 BLUE value IS 32 (12.89% from 255) = 6.94%

R = 47.29%
G = 45.77%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#DAD320 (or 0xDAD320) is known color: Barberry. HEX triplet: DA, D3 and 20. RGB value is (218,211,32). Sum of RGB (Red+Green+Blue) = 218+211+32=461 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.29% from 461); Green value is 211 (82.81% from 255 or 45.77% from 461); Blue value is 32 (12.89% from 255 or 6.94% from 461); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD320 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD320 is #252CDF. Grayscale: #C1C1C1. Windows color (decimal): -2436320 or 2151386. OLE color: 2151386.

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

Color convert

RGB 218 211 32 -
CMYK 0 0.03 0.85 0.15
HSL 57.74º 0.74% 0.49% -
HSV(B) 57.74º 0.85% 0.85% -
XYZ 52.47 61.6 10.49 -
YUV 192.69 37.32 146.05 -
System Red Green Blue C M Y K H S L
Decimal 218 211 32 0 0.03 0.85 0.15 57.74 0.74 0.49
Hex DA D3 20 0 3 55 F 3A 4A 31
Octal 332 323 40 0 3 125 17 72 112 61
Binary 11011010 11010011 100000 0 11 1010101 1111 111010 1001010 110001

Color Harmonies of #DAD320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD320

Black with #DAD320

Text Example


Text Example

White with #DAD320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD320; }

 p { color: rgb(218,211,32); }

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

background-color css

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

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

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

border-color css

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

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

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