Html Css Color HEX #DAC425 Barberry

📋 copy color: '#DAC425'

red 218 ◦ green 196 ◦ blue 37

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

Shades of Barberry #DAC425

Tints of Barberry #DAC425

RGB

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

 GREEN value IS 196 (76.95% from 255) = 43.46%

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

R = 48.34%
G = 43.46%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DAC425 (or 0xDAC425) is known color: Barberry. HEX triplet: DA, C4 and 25. RGB value is (218,196,37). Sum of RGB (Red+Green+Blue) = 218+196+37=451 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.34% from 451); Green value is 196 (76.95% from 255 or 43.46% from 451); Blue value is 37 (14.84% from 255 or 8.20% from 451); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC425 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC425 is #253BDA. Grayscale: #B9B9B9. Windows color (decimal): -2440155 or 2475226. OLE color: 2475226.

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

Color convert

RGB 218 196 37 -
CMYK 0 0.10 0.83 0.15
HSL 52.71º 0.71% 0.5% -
HSV(B) 52.71º 0.83% 0.85% -
XYZ 48.99 54.52 9.69 -
YUV 184.45 44.79 151.93 -
System Red Green Blue C M Y K H S L
Decimal 218 196 37 0 0.10 0.83 0.15 52.71 0.71 0.5
Hex DA C4 25 0 A 53 F 35 47 32
Octal 332 304 45 0 12 123 17 65 107 62
Binary 11011010 11000100 100101 0 1010 1010011 1111 110101 1000111 110010

Color Harmonies of #DAC425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC425

Black with #DAC425

Text Example


Text Example

White with #DAC425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC425; }

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

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

background-color css

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

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

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

border-color css

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

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

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