Html Css Color HEX #DAC628 Barberry

📋 copy color: '#DAC628'

red 218 ◦ green 198 ◦ blue 40

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

Shades of Barberry #DAC628

Tints of Barberry #DAC628

RGB

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

 GREEN value IS 198 (77.73% from 255) = 43.42%

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

R = 47.81%
G = 43.42%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#DAC628 (or 0xDAC628) is known color: Barberry. HEX triplet: DA, C6 and 28. RGB value is (218,198,40). Sum of RGB (Red+Green+Blue) = 218+198+40=456 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.81% from 456); Green value is 198 (77.73% from 255 or 43.42% from 456); Blue value is 40 (16.02% from 255 or 8.77% from 456); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC628 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC628 is #2539D7. Grayscale: #BABABA. Windows color (decimal): -2439640 or 2672346. OLE color: 2672346.

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

Color convert

RGB 218 198 40 -
CMYK 0 0.09 0.82 0.15
HSL 53.26º 0.71% 0.51% -
HSV(B) 53.26º 0.82% 0.85% -
XYZ 49.49 55.45 10.1 -
YUV 185.97 45.63 150.85 -
System Red Green Blue C M Y K H S L
Decimal 218 198 40 0 0.09 0.82 0.15 53.26 0.71 0.51
Hex DA C6 28 0 9 52 F 35 47 33
Octal 332 306 50 0 11 122 17 65 107 63
Binary 11011010 11000110 101000 0 1001 1010010 1111 110101 1000111 110011

Color Harmonies of #DAC628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC628

Black with #DAC628

Text Example


Text Example

White with #DAC628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC628; }

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

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

background-color css

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

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

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

border-color css

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

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

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