Html Css Color HEX #DCD324 Barberry

📋 copy color: '#DCD324'

red 220 ◦ green 211 ◦ blue 36

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

Shades of Barberry #DCD324

Tints of Barberry #DCD324

RGB

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

 GREEN value IS 211 (82.81% from 255) = 45.18%

 BLUE value IS 36 (14.45% from 255) = 7.71%

R = 47.11%
G = 45.18%
B = 7.71%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DCD324 (or 0xDCD324) is known color: Barberry. HEX triplet: DC, D3 and 24. RGB value is (220,211,36). Sum of RGB (Red+Green+Blue) = 220+211+36=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 211 (82.81% from 255 or 45.18% from 467); Blue value is 36 (14.45% from 255 or 7.71% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD324 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD324 is #232CDB. Grayscale: #C2C2C2. Windows color (decimal): -2305244 or 2413532. OLE color: 2413532.

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

Color convert

RGB 220 211 36 -
CMYK 0 0.04 0.84 0.14
HSL 57.07º 0.72% 0.5% -
HSV(B) 57.07º 0.84% 0.86% -
XYZ 53.13 61.93 10.82 -
YUV 193.74 38.98 146.73 -
System Red Green Blue C M Y K H S L
Decimal 220 211 36 0 0.04 0.84 0.14 57.07 0.72 0.5
Hex DC D3 24 0 4 54 E 39 48 32
Octal 334 323 44 0 4 124 16 71 110 62
Binary 11011100 11010011 100100 0 100 1010100 1110 111001 1001000 110010

Color Harmonies of #DCD324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD324

Black with #DCD324

Text Example


Text Example

White with #DCD324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD324; }

 p { color: rgb(220,211,36); }

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

background-color css

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

 a { background-color: rgb(220,211,36); }

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

border-color css

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

 span { border-color: rgb(220,211,36); }

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