Html Css Color HEX #DCC529 Barberry

📋 copy color: '#DCC529'

red 220 ◦ green 197 ◦ blue 41

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

Shades of Barberry #DCC529

Tints of Barberry #DCC529

RGB

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

 GREEN value IS 197 (77.34% from 255) = 43.01%

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

R = 48.03%
G = 43.01%
B = 8.95%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DCC529 (or 0xDCC529) is known color: Barberry. HEX triplet: DC, C5 and 29. RGB value is (220,197,41). Sum of RGB (Red+Green+Blue) = 220+197+41=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 197 (77.34% from 255 or 43.01% from 458); Blue value is 41 (16.41% from 255 or 8.95% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC529 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC529 is #233AD6. Grayscale: #BABABA. Windows color (decimal): -2308823 or 2737628. OLE color: 2737628.

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

Color convert

RGB 220 197 41 -
CMYK 0 0.10 0.81 0.14
HSL 52.29º 0.72% 0.51% -
HSV(B) 52.29º 0.81% 0.86% -
XYZ 49.88 55.31 10.14 -
YUV 186.09 46.12 152.18 -
System Red Green Blue C M Y K H S L
Decimal 220 197 41 0 0.10 0.81 0.14 52.29 0.72 0.51
Hex DC C5 29 0 A 51 E 34 48 33
Octal 334 305 51 0 12 121 16 64 110 63
Binary 11011100 11000101 101001 0 1010 1010001 1110 110100 1001000 110011

Color Harmonies of #DCC529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC529

Black with #DCC529

Text Example


Text Example

White with #DCC529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC529; }

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

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

background-color css

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

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

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

border-color css

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

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

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