Html Css Color HEX #DACD1C Barberry

📋 copy color: '#DACD1C'

red 218 ◦ green 205 ◦ blue 28

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

Shades of Barberry #DACD1C

Tints of Barberry #DACD1C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 45.45%

 BLUE value IS 28 (11.33% from 255) = 6.21%

R = 48.34%
G = 45.45%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#DACD1C (or 0xDACD1C) is known color: Barberry. HEX triplet: DA, CD and 1C. RGB value is (218,205,28). Sum of RGB (Red+Green+Blue) = 218+205+28=451 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.34% from 451); Green value is 205 (80.47% from 255 or 45.45% from 451); Blue value is 28 (11.33% from 255 or 6.21% from 451); Max value from RGB is 218 - color contains mainly: red. Hex color #DACD1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACD1C is #2532E3. Grayscale: #BDBDBD. Windows color (decimal): -2437860 or 1887706. OLE color: 1887706.

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

Color convert

RGB 218 205 28 -
CMYK 0 0.06 0.87 0.15
HSL 55.89º 0.77% 0.48% -
HSV(B) 55.89º 0.87% 0.85% -
XYZ 50.95 58.65 9.73 -
YUV 188.71 37.31 148.89 -
System Red Green Blue C M Y K H S L
Decimal 218 205 28 0 0.06 0.87 0.15 55.89 0.77 0.48
Hex DA CD 1C 0 6 57 F 38 4D 30
Octal 332 315 34 0 6 127 17 70 115 60
Binary 11011010 11001101 11100 0 110 1010111 1111 111000 1001101 110000

Color Harmonies of #DACD1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACD1C

Black with #DACD1C

Text Example


Text Example

White with #DACD1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACD1C; }

 p { color: rgb(218,205,28); }

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

background-color css

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

 a { background-color: rgb(218,205,28); }

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

border-color css

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

 span { border-color: rgb(218,205,28); }

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