Html Css Color HEX #DAC428 Barberry

📋 copy color: '#DAC428'

red 218 ◦ green 196 ◦ blue 40

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

Shades of Barberry #DAC428

Tints of Barberry #DAC428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.81%

R = 48.02%
G = 43.17%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#DAC428 (or 0xDAC428) is known color: Barberry. HEX triplet: DA, C4 and 28. RGB value is (218,196,40). Sum of RGB (Red+Green+Blue) = 218+196+40=454 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.02% from 454); Green value is 196 (76.95% from 255 or 43.17% from 454); Blue value is 40 (16.02% from 255 or 8.81% from 454); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC428 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC428 is #253BD7. Grayscale: #B9B9B9. Windows color (decimal): -2440152 or 2671834. OLE color: 2671834.

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

Color convert

RGB 218 196 40 -
CMYK 0 0.10 0.82 0.15
HSL 52.58º 0.71% 0.51% -
HSV(B) 52.58º 0.82% 0.85% -
XYZ 49.04 54.54 9.95 -
YUV 184.79 46.29 151.68 -
System Red Green Blue C M Y K H S L
Decimal 218 196 40 0 0.10 0.82 0.15 52.58 0.71 0.51
Hex DA C4 28 0 A 52 F 35 47 33
Octal 332 304 50 0 12 122 17 65 107 63
Binary 11011010 11000100 101000 0 1010 1010010 1111 110101 1000111 110011

Color Harmonies of #DAC428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC428

Black with #DAC428

Text Example


Text Example

White with #DAC428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC428; }

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

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

background-color css

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

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

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

border-color css

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

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

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