Html Css Color HEX #DCD223 Barberry

📋 copy color: '#DCD223'

red 220 ◦ green 210 ◦ blue 35

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

Shades of Barberry #DCD223

Tints of Barberry #DCD223

RGB

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

 GREEN value IS 210 (82.42% from 255) = 45.16%

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

R = 47.31%
G = 45.16%
B = 7.53%

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

#DCD223 (or 0xDCD223) is known color: Barberry. HEX triplet: DC, D2 and 23. RGB value is (220,210,35). Sum of RGB (Red+Green+Blue) = 220+210+35=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 210 (82.42% from 255 or 45.16% from 465); Blue value is 35 (14.06% from 255 or 7.53% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD223 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD223 is #232DDC. Grayscale: #C1C1C1. Windows color (decimal): -2305501 or 2347740. OLE color: 2347740.

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

Color convert

RGB 220 210 35 -
CMYK 0 0.05 0.84 0.14
HSL 56.76º 0.73% 0.5% -
HSV(B) 56.76º 0.84% 0.86% -
XYZ 52.87 61.43 10.66 -
YUV 193.04 38.81 147.23 -
System Red Green Blue C M Y K H S L
Decimal 220 210 35 0 0.05 0.84 0.14 56.76 0.73 0.5
Hex DC D2 23 0 5 54 E 39 49 32
Octal 334 322 43 0 5 124 16 71 111 62
Binary 11011100 11010010 100011 0 101 1010100 1110 111001 1001001 110010

Color Harmonies of #DCD223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD223

Black with #DCD223

Text Example


Text Example

White with #DCD223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD223; }

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

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

background-color css

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

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

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

border-color css

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

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

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