Html Css Color HEX #DCD51C Barberry

📋 copy color: '#DCD51C'

red 220 ◦ green 213 ◦ blue 28

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

Shades of Barberry #DCD51C

Tints of Barberry #DCD51C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.07%

R = 47.72%
G = 46.2%
B = 6.07%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DCD51C (or 0xDCD51C) is known color: Barberry. HEX triplet: DC, D5 and 1C. RGB value is (220,213,28). Sum of RGB (Red+Green+Blue) = 220+213+28=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 213 (83.59% from 255 or 46.20% from 461); Blue value is 28 (11.33% from 255 or 6.07% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD51C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD51C is #232AE3. Grayscale: #C2C2C2. Windows color (decimal): -2304740 or 1889756. OLE color: 1889756.

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

Color convert

RGB 220 213 28 -
CMYK 0 0.03 0.87 0.14
HSL 57.81º 0.77% 0.49% -
HSV(B) 57.81º 0.87% 0.86% -
XYZ 53.52 62.89 10.42 -
YUV 194 34.32 146.54 -
System Red Green Blue C M Y K H S L
Decimal 220 213 28 0 0.03 0.87 0.14 57.81 0.77 0.49
Hex DC D5 1C 0 3 57 E 3A 4D 31
Octal 334 325 34 0 3 127 16 72 115 61
Binary 11011100 11010101 11100 0 11 1010111 1110 111010 1001101 110001

Color Harmonies of #DCD51C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD51C

Black with #DCD51C

Text Example


Text Example

White with #DCD51C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD51C; }

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

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

background-color css

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

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

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

border-color css

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

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

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