Html Css Color HEX #DCC52C Barberry

📋 copy color: '#DCC52C'

red 220 ◦ green 197 ◦ blue 44

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

Shades of Barberry #DCC52C

Tints of Barberry #DCC52C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.54%

R = 47.72%
G = 42.73%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.8

 K value IS 0.14

RGB Variations

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

Color information

#DCC52C (or 0xDCC52C) is known color: Barberry. HEX triplet: DC, C5 and 2C. RGB value is (220,197,44). Sum of RGB (Red+Green+Blue) = 220+197+44=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 197 (77.34% from 255 or 42.73% from 461); Blue value is 44 (17.58% from 255 or 9.54% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC52C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC52C is #233AD3. Grayscale: #BBBBBB. Windows color (decimal): -2308820 or 2934236. OLE color: 2934236.

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

Color convert

RGB 220 197 44 -
CMYK 0 0.10 0.8 0.14
HSL 52.16º 0.72% 0.52% -
HSV(B) 52.16º 0.8% 0.86% -
XYZ 49.94 55.33 10.43 -
YUV 186.44 47.62 151.94 -
System Red Green Blue C M Y K H S L
Decimal 220 197 44 0 0.10 0.8 0.14 52.16 0.72 0.52
Hex DC C5 2C 0 A 50 E 34 48 34
Octal 334 305 54 0 12 120 16 64 110 64
Binary 11011100 11000101 101100 0 1010 1010000 1110 110100 1001000 110100

Color Harmonies of #DCC52C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC52C

Black with #DCC52C

Text Example


Text Example

White with #DCC52C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC52C; }

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

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

background-color css

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

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

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

border-color css

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

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

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