Html Css Color HEX #DCD11E Barberry

📋 copy color: '#DCD11E'

red 220 ◦ green 209 ◦ blue 30

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

Shades of Barberry #DCD11E

Tints of Barberry #DCD11E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.54%

R = 47.93%
G = 45.53%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DCD11E (or 0xDCD11E) is known color: Barberry. HEX triplet: DC, D1 and 1E. RGB value is (220,209,30). Sum of RGB (Red+Green+Blue) = 220+209+30=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 209 (82.03% from 255 or 45.53% from 459); Blue value is 30 (12.11% from 255 or 6.54% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD11E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD11E is #232EE1. Grayscale: #C0C0C0. Windows color (decimal): -2305762 or 2019804. OLE color: 2019804.

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

Color convert

RGB 220 209 30 -
CMYK 0 0.05 0.86 0.14
HSL 56.53º 0.76% 0.49% -
HSV(B) 56.53º 0.86% 0.86% -
XYZ 52.55 60.91 10.22 -
YUV 191.88 36.64 148.05 -
System Red Green Blue C M Y K H S L
Decimal 220 209 30 0 0.05 0.86 0.14 56.53 0.76 0.49
Hex DC D1 1E 0 5 56 E 39 4C 31
Octal 334 321 36 0 5 126 16 71 114 61
Binary 11011100 11010001 11110 0 101 1010110 1110 111001 1001100 110001

Color Harmonies of #DCD11E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD11E

Black with #DCD11E

Text Example


Text Example

White with #DCD11E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD11E; }

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

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

background-color css

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

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

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

border-color css

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

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

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