Html Css Color HEX #DCD229 Barberry

📋 copy color: '#DCD229'

red 220 ◦ green 210 ◦ blue 41

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

Shades of Barberry #DCD229

Tints of Barberry #DCD229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 8.7%

R = 46.71%
G = 44.59%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DCD229 (or 0xDCD229) is known color: Barberry. HEX triplet: DC, D2 and 29. RGB value is (220,210,41). Sum of RGB (Red+Green+Blue) = 220+210+41=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 210 (82.42% from 255 or 44.59% from 471); Blue value is 41 (16.41% from 255 or 8.70% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD229 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD229 is #232DD6. Grayscale: #C2C2C2. Windows color (decimal): -2305495 or 2740956. OLE color: 2740956.

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

Color convert

RGB 220 210 41 -
CMYK 0 0.05 0.81 0.14
HSL 56.65º 0.72% 0.51% -
HSV(B) 56.65º 0.81% 0.86% -
XYZ 52.96 61.47 11.17 -
YUV 193.72 41.81 146.74 -
System Red Green Blue C M Y K H S L
Decimal 220 210 41 0 0.05 0.81 0.14 56.65 0.72 0.51
Hex DC D2 29 0 5 51 E 39 48 33
Octal 334 322 51 0 5 121 16 71 110 63
Binary 11011100 11010010 101001 0 101 1010001 1110 111001 1001000 110011

Color Harmonies of #DCD229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD229

Black with #DCD229

Text Example


Text Example

White with #DCD229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD229; }

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

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

background-color css

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

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

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

border-color css

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

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

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