Html Css Color HEX #DACC1A Barberry

📋 copy color: '#DACC1A'

red 218 ◦ green 204 ◦ blue 26

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

Shades of Barberry #DACC1A

Tints of Barberry #DACC1A

RGB

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

 GREEN value IS 204 (80.08% from 255) = 45.54%

 BLUE value IS 26 (10.55% from 255) = 5.8%

R = 48.66%
G = 45.54%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#DACC1A (or 0xDACC1A) is known color: Barberry. HEX triplet: DA, CC and 1A. RGB value is (218,204,26). Sum of RGB (Red+Green+Blue) = 218+204+26=448 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.66% from 448); Green value is 204 (80.08% from 255 or 45.54% from 448); Blue value is 26 (10.55% from 255 or 5.80% from 448); Max value from RGB is 218 - color contains mainly: red. Hex color #DACC1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACC1A is #2533E5. Grayscale: #BCBCBC. Windows color (decimal): -2438118 or 1756378. OLE color: 1756378.

HSL color Cylindrical-coordinate representation of color #DACC1A: hue angle of 55.62º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DACC1A is Cyan = 0, Magento = 0.06, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 204 26 -
CMYK 0 0.06 0.88 0.15
HSL 55.63º 0.79% 0.48% -
HSV(B) 55.63º 0.88% 0.85% -
XYZ 50.69 58.17 9.53 -
YUV 187.89 36.64 149.47 -
System Red Green Blue C M Y K H S L
Decimal 218 204 26 0 0.06 0.88 0.15 55.63 0.79 0.48
Hex DA CC 1A 0 6 58 F 38 4F 30
Octal 332 314 32 0 6 130 17 70 117 60
Binary 11011010 11001100 11010 0 110 1011000 1111 111000 1001111 110000

Color Harmonies of #DACC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACC1A

Black with #DACC1A

Text Example


Text Example

White with #DACC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACC1A; }

 p { color: rgb(218,204,26); }

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

background-color css

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

 a { background-color: rgb(218,204,26); }

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

border-color css

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

 span { border-color: rgb(218,204,26); }

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