Html Css Color HEX #DCD228 Barberry

📋 copy color: '#DCD228'

red 220 ◦ green 210 ◦ blue 40

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

Shades of Barberry #DCD228

Tints of Barberry #DCD228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.51%

R = 46.81%
G = 44.68%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DCD228 (or 0xDCD228) is known color: Barberry. HEX triplet: DC, D2 and 28. RGB value is (220,210,40). Sum of RGB (Red+Green+Blue) = 220+210+40=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 210 (82.42% from 255 or 44.68% from 470); Blue value is 40 (16.02% from 255 or 8.51% from 470); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD228 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD228 is #232DD7. Grayscale: #C2C2C2. Windows color (decimal): -2305496 or 2675420. OLE color: 2675420.

HSL color Cylindrical-coordinate representation of color #DCD228: hue angle of 56.67º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DCD228 is Cyan = 0, Magento = 0.05, Yellow = 0.82 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 210 40 -
CMYK 0 0.05 0.82 0.14
HSL 56.67º 0.72% 0.51% -
HSV(B) 56.67º 0.82% 0.86% -
XYZ 52.94 61.46 11.08 -
YUV 193.61 41.31 146.82 -
System Red Green Blue C M Y K H S L
Decimal 220 210 40 0 0.05 0.82 0.14 56.67 0.72 0.51
Hex DC D2 28 0 5 52 E 39 48 33
Octal 334 322 50 0 5 122 16 71 110 63
Binary 11011100 11010010 101000 0 101 1010010 1110 111001 1001000 110011

Color Harmonies of #DCD228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD228

Black with #DCD228

Text Example


Text Example

White with #DCD228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD228; }

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

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

background-color css

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

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

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

border-color css

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

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

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