Html Css Color HEX #DCD029 Barberry

📋 copy color: '#DCD029'

red 220 ◦ green 208 ◦ blue 41

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

Shades of Barberry #DCD029

Tints of Barberry #DCD029

RGB

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

 GREEN value IS 208 (81.64% from 255) = 44.35%

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

R = 46.91%
G = 44.35%
B = 8.74%

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

#DCD029 (or 0xDCD029) is known color: Barberry. HEX triplet: DC, D0 and 29. RGB value is (220,208,41). Sum of RGB (Red+Green+Blue) = 220+208+41=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 208 (81.64% from 255 or 44.35% from 469); Blue value is 41 (16.41% from 255 or 8.74% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD029 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD029 is #232FD6. Grayscale: #C1C1C1. Windows color (decimal): -2306007 or 2740444. OLE color: 2740444.

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

Color convert

RGB 220 208 41 -
CMYK 0 0.05 0.81 0.14
HSL 55.98º 0.72% 0.51% -
HSV(B) 55.98º 0.81% 0.86% -
XYZ 52.47 60.49 11.01 -
YUV 192.55 42.48 147.58 -
System Red Green Blue C M Y K H S L
Decimal 220 208 41 0 0.05 0.81 0.14 55.98 0.72 0.51
Hex DC D0 29 0 5 51 E 38 48 33
Octal 334 320 51 0 5 121 16 70 110 63
Binary 11011100 11010000 101001 0 101 1010001 1110 111000 1001000 110011

Color Harmonies of #DCD029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD029

Black with #DCD029

Text Example


Text Example

White with #DCD029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD029; }

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

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

background-color css

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

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

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

border-color css

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

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

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