Html Css Color HEX #DCC52A Barberry

📋 copy color: '#DCC52A'

red 220 ◦ green 197 ◦ blue 42

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

Shades of Barberry #DCC52A

Tints of Barberry #DCC52A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.15%

R = 47.93%
G = 42.92%
B = 9.15%

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

#DCC52A (or 0xDCC52A) is known color: Barberry. HEX triplet: DC, C5 and 2A. RGB value is (220,197,42). Sum of RGB (Red+Green+Blue) = 220+197+42=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 197 (77.34% from 255 or 42.92% from 459); Blue value is 42 (16.80% from 255 or 9.15% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC52A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC52A is #233AD5. Grayscale: #BABABA. Windows color (decimal): -2308822 or 2803164. OLE color: 2803164.

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

Color convert

RGB 220 197 42 -
CMYK 0 0.10 0.81 0.14
HSL 52.25º 0.72% 0.51% -
HSV(B) 52.25º 0.81% 0.86% -
XYZ 49.9 55.32 10.24 -
YUV 186.21 46.62 152.1 -
System Red Green Blue C M Y K H S L
Decimal 220 197 42 0 0.10 0.81 0.14 52.25 0.72 0.51
Hex DC C5 2A 0 A 51 E 34 48 33
Octal 334 305 52 0 12 121 16 64 110 63
Binary 11011100 11000101 101010 0 1010 1010001 1110 110100 1001000 110011

Color Harmonies of #DCC52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC52A

Black with #DCC52A

Text Example


Text Example

White with #DCC52A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC52A; }

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

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

background-color css

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

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

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

border-color css

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

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

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