Html Css Color HEX #DCD523 Barberry

📋 copy color: '#DCD523'

red 220 ◦ green 213 ◦ blue 35

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

Shades of Barberry #DCD523

Tints of Barberry #DCD523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 7.48%

R = 47.01%
G = 45.51%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DCD523 (or 0xDCD523) is known color: Barberry. HEX triplet: DC, D5 and 23. RGB value is (220,213,35). Sum of RGB (Red+Green+Blue) = 220+213+35=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 213 (83.59% from 255 or 45.51% from 468); Blue value is 35 (14.06% from 255 or 7.48% from 468); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD523 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD523 is #232ADC. Grayscale: #C3C3C3. Windows color (decimal): -2304733 or 2348508. OLE color: 2348508.

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

Color convert

RGB 220 213 35 -
CMYK 0 0.03 0.84 0.14
HSL 57.73º 0.73% 0.5% -
HSV(B) 57.73º 0.84% 0.86% -
XYZ 53.61 62.93 10.91 -
YUV 194.8 37.82 145.97 -
System Red Green Blue C M Y K H S L
Decimal 220 213 35 0 0.03 0.84 0.14 57.73 0.73 0.5
Hex DC D5 23 0 3 54 E 3A 49 32
Octal 334 325 43 0 3 124 16 72 111 62
Binary 11011100 11010101 100011 0 11 1010100 1110 111010 1001001 110010

Color Harmonies of #DCD523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD523

Black with #DCD523

Text Example


Text Example

White with #DCD523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD523; }

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

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

background-color css

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

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

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

border-color css

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

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

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