Html Css Color HEX #DACC2A Barberry

📋 copy color: '#DACC2A'

red 218 ◦ green 204 ◦ blue 42

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

Shades of Barberry #DACC2A

Tints of Barberry #DACC2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.05%

R = 46.98%
G = 43.97%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#DACC2A (or 0xDACC2A) is known color: Barberry. HEX triplet: DA, CC and 2A. RGB value is (218,204,42). Sum of RGB (Red+Green+Blue) = 218+204+42=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 204 (80.08% from 255 or 43.97% from 464); Blue value is 42 (16.80% from 255 or 9.05% from 464); Max value from RGB is 218 - color contains mainly: red. Hex color #DACC2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACC2A is #2533D5. Grayscale: #BEBEBE. Windows color (decimal): -2438102 or 2804954. OLE color: 2804954.

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

Color convert

RGB 218 204 42 -
CMYK 0 0.06 0.81 0.15
HSL 55.23º 0.7% 0.51% -
HSV(B) 55.23º 0.81% 0.85% -
XYZ 50.92 58.26 10.75 -
YUV 189.72 44.64 148.17 -
System Red Green Blue C M Y K H S L
Decimal 218 204 42 0 0.06 0.81 0.15 55.23 0.7 0.51
Hex DA CC 2A 0 6 51 F 37 46 33
Octal 332 314 52 0 6 121 17 67 106 63
Binary 11011010 11001100 101010 0 110 1010001 1111 110111 1000110 110011

Color Harmonies of #DACC2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACC2A

Black with #DACC2A

Text Example


Text Example

White with #DACC2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACC2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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