Html Css Color HEX #DCD11D Barberry

📋 copy color: '#DCD11D'

red 220 ◦ green 209 ◦ blue 29

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

Shades of Barberry #DCD11D

Tints of Barberry #DCD11D

RGB

 RED value IS 220 (86.33% from 255) = 48.03%

 GREEN value IS 209 (82.03% from 255) = 45.63%

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

R = 48.03%
G = 45.63%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DCD11D (or 0xDCD11D) is known color: Barberry. HEX triplet: DC, D1 and 1D. RGB value is (220,209,29). Sum of RGB (Red+Green+Blue) = 220+209+29=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 209 (82.03% from 255 or 45.63% from 458); Blue value is 29 (11.72% from 255 or 6.33% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD11D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD11D is #232EE2. Grayscale: #C0C0C0. Windows color (decimal): -2305763 or 1954268. OLE color: 1954268.

HSL color Cylindrical-coordinate representation of color #DCD11D: hue angle of 56.54º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DCD11D is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 209 29 -
CMYK 0 0.05 0.87 0.14
HSL 56.54º 0.77% 0.49% -
HSV(B) 56.54º 0.87% 0.86% -
XYZ 52.54 60.91 10.15 -
YUV 191.77 36.14 148.14 -
System Red Green Blue C M Y K H S L
Decimal 220 209 29 0 0.05 0.87 0.14 56.54 0.77 0.49
Hex DC D1 1D 0 5 57 E 39 4D 31
Octal 334 321 35 0 5 127 16 71 115 61
Binary 11011100 11010001 11101 0 101 1010111 1110 111001 1001101 110001

Color Harmonies of #DCD11D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD11D

Black with #DCD11D

Text Example


Text Example

White with #DCD11D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD11D; }

 p { color: rgb(220,209,29); }

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

background-color css

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

 a { background-color: rgb(220,209,29); }

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

border-color css

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

 span { border-color: rgb(220,209,29); }

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