Html Css Color HEX #DAD325 Barberry

📋 copy color: '#DAD325'

red 218 ◦ green 211 ◦ blue 37

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

Shades of Barberry #DAD325

Tints of Barberry #DAD325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 7.94%

R = 46.78%
G = 45.28%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DAD325 (or 0xDAD325) is known color: Barberry. HEX triplet: DA, D3 and 25. RGB value is (218,211,37). Sum of RGB (Red+Green+Blue) = 218+211+37=466 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.78% from 466); Green value is 211 (82.81% from 255 or 45.28% from 466); Blue value is 37 (14.84% from 255 or 7.94% from 466); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD325 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD325 is #252CDA. Grayscale: #C1C1C1. Windows color (decimal): -2436315 or 2479066. OLE color: 2479066.

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

Color convert

RGB 218 211 37 -
CMYK 0 0.03 0.83 0.15
HSL 57.68º 0.71% 0.5% -
HSV(B) 57.68º 0.83% 0.85% -
XYZ 52.54 61.63 10.88 -
YUV 193.26 39.82 145.65 -
System Red Green Blue C M Y K H S L
Decimal 218 211 37 0 0.03 0.83 0.15 57.68 0.71 0.5
Hex DA D3 25 0 3 53 F 3A 47 32
Octal 332 323 45 0 3 123 17 72 107 62
Binary 11011010 11010011 100101 0 11 1010011 1111 111010 1000111 110010

Color Harmonies of #DAD325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD325

Black with #DAD325

Text Example


Text Example

White with #DAD325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD325; }

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

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

background-color css

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

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

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

border-color css

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

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

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