Html Css Color HEX #DCD123 Barberry

📋 copy color: '#DCD123'

red 220 ◦ green 209 ◦ blue 35

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

Shades of Barberry #DCD123

Tints of Barberry #DCD123

RGB

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

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

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

R = 47.41%
G = 45.04%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DCD123 (or 0xDCD123) is known color: Barberry. HEX triplet: DC, D1 and 23. RGB value is (220,209,35). Sum of RGB (Red+Green+Blue) = 220+209+35=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 209 (82.03% from 255 or 45.04% from 464); Blue value is 35 (14.06% from 255 or 7.54% from 464); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD123 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD123 is #232EDC. Grayscale: #C1C1C1. Windows color (decimal): -2305757 or 2347484. OLE color: 2347484.

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

Color convert

RGB 220 209 35 -
CMYK 0 0.05 0.84 0.14
HSL 56.43º 0.73% 0.5% -
HSV(B) 56.43º 0.84% 0.86% -
XYZ 52.62 60.94 10.58 -
YUV 192.45 39.14 147.65 -
System Red Green Blue C M Y K H S L
Decimal 220 209 35 0 0.05 0.84 0.14 56.43 0.73 0.5
Hex DC D1 23 0 5 54 E 38 49 32
Octal 334 321 43 0 5 124 16 70 111 62
Binary 11011100 11010001 100011 0 101 1010100 1110 111000 1001001 110010

Color Harmonies of #DCD123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD123

Black with #DCD123

Text Example


Text Example

White with #DCD123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD123; }

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

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

background-color css

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

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

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

border-color css

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

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

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