Html Css Color HEX #DCD51B Barberry

📋 copy color: '#DCD51B'

red 220 ◦ green 213 ◦ blue 27

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

Shades of Barberry #DCD51B

Tints of Barberry #DCD51B

RGB

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

 GREEN value IS 213 (83.59% from 255) = 46.3%

 BLUE value IS 27 (10.94% from 255) = 5.87%

R = 47.83%
G = 46.3%
B = 5.87%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DCD51B (or 0xDCD51B) is known color: Barberry. HEX triplet: DC, D5 and 1B. RGB value is (220,213,27). Sum of RGB (Red+Green+Blue) = 220+213+27=460 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.83% from 460); Green value is 213 (83.59% from 255 or 46.30% from 460); Blue value is 27 (10.94% from 255 or 5.87% from 460); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD51B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD51B is #232AE4. Grayscale: #C2C2C2. Windows color (decimal): -2304741 or 1824220. OLE color: 1824220.

HSL color Cylindrical-coordinate representation of color #DCD51B: hue angle of 57.82º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DCD51B is Cyan = 0, Magento = 0.03, Yellow = 0.88 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 213 27 -
CMYK 0 0.03 0.88 0.14
HSL 57.82º 0.78% 0.48% -
HSV(B) 57.82º 0.88% 0.86% -
XYZ 53.51 62.88 10.35 -
YUV 193.89 33.82 146.62 -
System Red Green Blue C M Y K H S L
Decimal 220 213 27 0 0.03 0.88 0.14 57.82 0.78 0.48
Hex DC D5 1B 0 3 58 E 3A 4E 30
Octal 334 325 33 0 3 130 16 72 116 60
Binary 11011100 11010101 11011 0 11 1011000 1110 111010 1001110 110000

Color Harmonies of #DCD51B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD51B

Black with #DCD51B

Text Example


Text Example

White with #DCD51B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD51B; }

 p { color: rgb(220,213,27); }

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

background-color css

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

 a { background-color: rgb(220,213,27); }

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

border-color css

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

 span { border-color: rgb(220,213,27); }

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