Html Css Color HEX #DACA1D Barberry

📋 copy color: '#DACA1D'

red 218 ◦ green 202 ◦ blue 29

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

Shades of Barberry #DACA1D

Tints of Barberry #DACA1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.46%

R = 48.55%
G = 44.99%
B = 6.46%

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

#DACA1D (or 0xDACA1D) is known color: Barberry. HEX triplet: DA, CA and 1D. RGB value is (218,202,29). Sum of RGB (Red+Green+Blue) = 218+202+29=449 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.55% from 449); Green value is 202 (79.30% from 255 or 44.99% from 449); Blue value is 29 (11.72% from 255 or 6.46% from 449); Max value from RGB is 218 - color contains mainly: red. Hex color #DACA1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACA1D is #2535E2. Grayscale: #BBBBBB. Windows color (decimal): -2438627 or 1952474. OLE color: 1952474.

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

Color convert

RGB 218 202 29 -
CMYK 0 0.07 0.87 0.15
HSL 54.92º 0.77% 0.48% -
HSV(B) 54.92º 0.87% 0.85% -
XYZ 50.26 57.24 9.56 -
YUV 187.06 38.8 150.07 -
System Red Green Blue C M Y K H S L
Decimal 218 202 29 0 0.07 0.87 0.15 54.92 0.77 0.48
Hex DA CA 1D 0 7 57 F 37 4D 30
Octal 332 312 35 0 7 127 17 67 115 60
Binary 11011010 11001010 11101 0 111 1010111 1111 110111 1001101 110000

Color Harmonies of #DACA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACA1D

Black with #DACA1D

Text Example


Text Example

White with #DACA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACA1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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