Html Css Color HEX #DACA1C Barberry

📋 copy color: '#DACA1C'

red 218 ◦ green 202 ◦ blue 28

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

Shades of Barberry #DACA1C

Tints of Barberry #DACA1C

RGB

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

 GREEN value IS 202 (79.3% from 255) = 45.09%

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

R = 48.66%
G = 45.09%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#DACA1C (or 0xDACA1C) is known color: Barberry. HEX triplet: DA, CA and 1C. RGB value is (218,202,28). Sum of RGB (Red+Green+Blue) = 218+202+28=448 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.66% from 448); Green value is 202 (79.30% from 255 or 45.09% from 448); Blue value is 28 (11.33% from 255 or 6.25% from 448); Max value from RGB is 218 - color contains mainly: red. Hex color #DACA1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACA1C is #2535E3. Grayscale: #BBBBBB. Windows color (decimal): -2438628 or 1886938. OLE color: 1886938.

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

Color convert

RGB 218 202 28 -
CMYK 0 0.07 0.87 0.15
HSL 54.95º 0.77% 0.48% -
HSV(B) 54.95º 0.87% 0.85% -
XYZ 50.24 57.23 9.5 -
YUV 186.95 38.3 150.15 -
System Red Green Blue C M Y K H S L
Decimal 218 202 28 0 0.07 0.87 0.15 54.95 0.77 0.48
Hex DA CA 1C 0 7 57 F 37 4D 30
Octal 332 312 34 0 7 127 17 67 115 60
Binary 11011010 11001010 11100 0 111 1010111 1111 110111 1001101 110000

Color Harmonies of #DACA1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACA1C

Black with #DACA1C

Text Example


Text Example

White with #DACA1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACA1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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