Html Css Color HEX #DACD1D Barberry

📋 copy color: '#DACD1D'

red 218 ◦ green 205 ◦ blue 29

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

Shades of Barberry #DACD1D

Tints of Barberry #DACD1D

RGB

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

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

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

R = 48.23%
G = 45.35%
B = 6.42%

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

#DACD1D (or 0xDACD1D) is known color: Barberry. HEX triplet: DA, CD and 1D. RGB value is (218,205,29). Sum of RGB (Red+Green+Blue) = 218+205+29=452 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.23% from 452); Green value is 205 (80.47% from 255 or 45.35% from 452); Blue value is 29 (11.72% from 255 or 6.42% from 452); Max value from RGB is 218 - color contains mainly: red. Hex color #DACD1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACD1D is #2532E2. Grayscale: #BDBDBD. Windows color (decimal): -2437859 or 1953242. OLE color: 1953242.

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

Color convert

RGB 218 205 29 -
CMYK 0 0.06 0.87 0.15
HSL 55.87º 0.77% 0.48% -
HSV(B) 55.87º 0.87% 0.85% -
XYZ 50.97 58.66 9.8 -
YUV 188.82 37.81 148.81 -
System Red Green Blue C M Y K H S L
Decimal 218 205 29 0 0.06 0.87 0.15 55.87 0.77 0.48
Hex DA CD 1D 0 6 57 F 38 4D 30
Octal 332 315 35 0 6 127 17 70 115 60
Binary 11011010 11001101 11101 0 110 1010111 1111 111000 1001101 110000

Color Harmonies of #DACD1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACD1D

Black with #DACD1D

Text Example


Text Example

White with #DACD1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACD1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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